Skip to content

Commit 6590a11

Browse files
Update teststl.cpp
1 parent 799d239 commit 6590a11

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/teststl.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,8 +1126,10 @@ class TestStl : public TestFixture {
11261126
}
11271127

11281128
void outOfBoundsErrorPath() {
1129+
setMultiline();
11291130
Settings s = settings;
11301131
s.templateLocation = "{file}:{line}:note:{info}";
1132+
11311133
check("int f(int i) {\n"
11321134
" std::string s = \"abc\";\n"
11331135
" if (i > 5)\n"

0 commit comments

Comments
 (0)