Skip to content

Commit 448a22e

Browse files
committed
Fix expected test value
1 parent 3272f6f commit 448a22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ static void define_va_opt_3()
923923

924924
simplecpp::OutputList outputList;
925925
ASSERT_EQUALS("", preprocess(code1, &outputList));
926-
ASSERT_EQUALS("file0,2,syntax_error,Failed to parse #define, Missing closing parenthesis for __VA_OPT__\n",
926+
ASSERT_EQUALS("file0,1,syntax_error,Failed to parse #define, Missing closing parenthesis for __VA_OPT__\n",
927927
toString(outputList));
928928

929929
outputList.clear();

0 commit comments

Comments
 (0)