1
0
Fork 0
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:
Markus Schorn 2010-09-08 09:54:42 +00:00
parent f8a5d13356
commit 14e55ae664

View file

@ -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();