Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leherbauer2008-01-30 15:34:57 +0000
committerAnton Leherbauer2008-01-30 15:34:57 +0000
commit7c51371bfbddc18d2cd75f7efcda668fd8ed8495 (patch)
tree1aed9dffe8d9777ae698d9bdca822a763a5076a4 /core/org.eclipse.cdt.ui.tests
parentd119fb73c428476716401fb0fb0984688f5861e6 (diff)
downloadorg.eclipse.cdt-7c51371bfbddc18d2cd75f7efcda668fd8ed8495.tar.gz
org.eclipse.cdt-7c51371bfbddc18d2cd75f7efcda668fd8ed8495.tar.xz
org.eclipse.cdt-7c51371bfbddc18d2cd75f7efcda668fd8ed8495.zip
Fix content assist test
Diffstat (limited to 'core/org.eclipse.cdt.ui.tests')
-rw-r--r--core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTest_MacroRef_NoPrefix.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTest_MacroRef_NoPrefix.java b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTest_MacroRef_NoPrefix.java
index 97a9462b36f..707c9a16bcc 100644
--- a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTest_MacroRef_NoPrefix.java
+++ b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTest_MacroRef_NoPrefix.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 2008 IBM Corporation 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
@@ -30,6 +30,7 @@ public class CompletionTest_MacroRef_NoPrefix extends CompletionProposalsBaseTe
"AMacro(x)",
"DEBUG",
"XMacro(x, y)",
+ "__CDT_PARSER__",
"__DATE__",
"__FILE__",
"__LINE__",

Back to the top