Skip to content

Commit 0f7d8f0

Browse files
committed
Fix test which depends on removed comments
1 parent 5b6f0ba commit 0f7d8f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,6 +2261,7 @@ static void include9()
22612261
simplecpp::TokenList out(files);
22622262
simplecpp::DUI dui;
22632263
dui.includePaths.push_back(".");
2264+
dui.removeComments = true;
22642265
simplecpp::preprocess(out, rawtokens_c, files, filedata, dui);
22652266

22662267
ASSERT_EQUALS("\n#line 2 \"1.h\"\nx = 1 ;", out.stringify());

0 commit comments

Comments
 (0)