We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a226f3 commit 6cbce17Copy full SHA for 6cbce17
1 file changed
test.cpp
@@ -2481,9 +2481,9 @@ static void location12()
2481
"/**//**/#/**//**/line/**//**/3/**//**/\"file.c\"/**/\n"
2482
"__LINE__ __FILE__\n";
2483
ASSERT_EQUALS("\n"
2484
- "#line 3 \"file.c\"\n"
2485
- "3 \"file.c\"",
2486
- preprocess(code));
+ "#line 3 \"file.c\"\n"
+ "3 \"file.c\"",
+ preprocess(code));
2487
}
2488
2489
static void missingHeader1()
0 commit comments