Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Mar 15, 2024
1 parent 4706bf9 commit bd5503a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testtype.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ class TestType : public TestFixture {

check("void f(long& r, long i) {\n"
" r = 1 << i;\n"
"}\n", settings);
"}\n", settingsWin);
ASSERT_EQUALS("", errout_str());
}

Expand Down

0 comments on commit bd5503a

Please sign in to comment.