mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
- fixed formatting
This commit is contained in:
parent
734b002e93
commit
829fca47c7
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
package org.eclipse.cdt.build.core.scannerconfig.tests;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
|
@ -57,7 +56,6 @@ public class GCCSpecsConsoleParserTest extends TestCase {
|
|||
public void testProcessLine_NoArgs() {
|
||||
enterLine("#define __MY_MACRO__ __MY_VALUE__");
|
||||
checkMacro("__MY_MACRO__", "__MY_VALUE__");
|
||||
|
||||
}
|
||||
public void testProcessLine_Const() {
|
||||
enterLine("#define A (3)");
|
||||
|
|
Loading…
Add table
Reference in a new issue