Skip to content

Commit

Permalink
Update test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github authored Oct 2, 2024
1 parent 87dce49 commit b823993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@ static void missingHeader4()
const char code[] = "#/**/include <>\n";
simplecpp::OutputList outputList;
ASSERT_EQUALS("", preprocess(code, &outputList));
ASSERT_EQUALS("", toString(outputList));
ASSERT_EQUALS("actual:file0,1,syntax_error,No header in #include\n", toString(outputList));
}

static void nestedInclude()
Expand Down

0 comments on commit b823993

Please sign in to comment.