1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix content assist test

This commit is contained in:
Anton Leherbauer 2008-01-30 15:34:57 +00:00
parent d119fb73c4
commit 7c51371bfb

View file

@ -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 * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -30,6 +30,7 @@ public class CompletionTest_MacroRef_NoPrefix extends CompletionProposalsBaseTe
"AMacro(x)", "AMacro(x)",
"DEBUG", "DEBUG",
"XMacro(x, y)", "XMacro(x, y)",
"__CDT_PARSER__",
"__DATE__", "__DATE__",
"__FILE__", "__FILE__",
"__LINE__", "__LINE__",