1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Fix completion test, related to bug 270830

This commit is contained in:
Anton Leherbauer 2009-04-03 13:09:25 +00:00
parent 3993230a7a
commit f0893c8b81

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2007, 2008 Wind River Systems, Inc. and others.
* Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@ -363,8 +363,8 @@ public class CompletionTests_PlainC extends AbstractContentAssistTest {
"__DATE__",
"__FILE__",
"__LINE__",
"__STDC_HOSTED_",
"__STDC_VERSION_",
"__STDC_HOSTED__",
"__STDC_VERSION__",
"__STDC__",
"__TIME__",
"__builtin_constant_p(exp)",