You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/teststl.cpp
+12-23Lines changed: 12 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -176,8 +176,7 @@ class TestStl : public TestFixture {
176
176
177
177
TEST_CASE(checkKnownEmptyContainer);
178
178
TEST_CASE(checkMutexes);
179
-
180
-
179
+
TEST_CASE(commaSeparatedReturn_no_fp);
181
180
}
182
181
183
182
structCheckOptions
@@ -984,26 +983,6 @@ class TestStl : public TestFixture {
984
983
" return sv[sv.size()] == '\\0';\n"
985
984
"}\n");
986
985
ASSERT_EQUALS("[test.cpp:2:12]: error: Out of bounds access of sv, index 'sv.size()' is out of bounds. [containerOutOfBoundsIndexExpression]\n", errout_str());
0 commit comments