mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
Bug 324384: Adjusted testcase.
This commit is contained in:
parent
f8a5d13356
commit
14e55ae664
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ public class BasicCompletionTest extends CompletionTestBase {
|
|||
checkCompletion(code, false, expected);
|
||||
}
|
||||
|
||||
// void f(x) int y(
|
||||
// void f(x) int y(ti
|
||||
public void testIncompleteKnrFunction_Bug324384b() throws Exception {
|
||||
// Content assist won't work here, just verify that we don't run out of memory
|
||||
String code = getAboveComment();
|
||||
|
|
Loading…
Add table
Reference in a new issue