Skip to content

Commit a99d0e2

Browse files
committed
Format
1 parent 657f13b commit a99d0e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testincompletestatement.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ class TestIncompleteStatement : public TestFixture {
745745
errout_str());
746746

747747
check("void f() {\n" // #14044
748-
" g<sizeof(wchar_t)>();\n"
748+
" g<sizeof(wchar_t)>();\n"
749749
"}\n");
750750
ASSERT_EQUALS("", errout_str());
751751
}

0 commit comments

Comments
 (0)