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/testfunctions.cpp
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1493,9 +1493,6 @@ class TestFunctions : public TestFixture {
1493
1493
1494
1494
check("int f(int x) { assert(0); }");
1495
1495
ASSERT_EQUALS("", errout.str());
1496
-
1497
-
check("int f(int x) { RETURN(0); }");
1498
-
ASSERT_EQUALS("[test.cpp:1]: (error, inconclusive) Found a exit path from function with non-void return type that has missing return statement\n", errout.str());
0 commit comments