Skip to content

Commit b42feb7

Browse files
committed
fix testrunner (sample was not updated in f5e8a72).
1 parent f5e8a72 commit b42feb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testfunctions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class TestFunctions : public TestFixture {
230230
"{\n"
231231
" char *x = alloca(10);\n"
232232
"}", "test.cpp"); // #4382 - there are no VLAs in C++
233-
ASSERT_EQUALS("[test.cpp:3]: (warning) Obsolete function 'alloca' called. In C++11 and later it is recommended to use std::array<> instead.\n", errout.str());
233+
ASSERT_EQUALS("[test.cpp:3]: (warning) Obsolete function 'alloca' called.\n", errout.str());
234234

235235
check("void f()\n"
236236
"{\n"

0 commit comments

Comments
 (0)