Skip to content

Commit a19abc5

Browse files
Update testunusedvar.cpp
1 parent a8fa6cb commit a19abc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testunusedvar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6991,7 +6991,7 @@ class TestUnusedVar : public TestFixture {
69916991
"void f() {\n"
69926992
" S<0> s;\n"
69936993
"}\n");
6994-
ASSERT_EQUALS("[test.cpp:6:10]: (style) Unused variable: s [unusedVariable]", errout_str());
6994+
ASSERT_EQUALS("[test.cpp:6:10]: (style) Unused variable: s [unusedVariable]\n", errout_str());
69956995
}
69966996

69976997
void localvarFuncPtr() {

0 commit comments

Comments
 (0)