From f0893c8b81eb18bed56a8be4cc467057801ebb37 Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Fri, 3 Apr 2009 13:09:25 +0000 Subject: [PATCH] Fix completion test, related to bug 270830 --- .../tests/text/contentassist2/CompletionTests_PlainC.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTests_PlainC.java b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTests_PlainC.java index 18f764cca3b..39b50460fc4 100644 --- a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTests_PlainC.java +++ b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTests_PlainC.java @@ -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)",