From aa4fe3a1e205995215613521ee99cf45a1c58547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 13 Jul 2012 08:38:27 +0200 Subject: [PATCH] fixed unit test --- test/teststl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/teststl.cpp b/test/teststl.cpp index 274a84a2e..91882b8dd 100644 --- a/test/teststl.cpp +++ b/test/teststl.cpp @@ -1868,7 +1868,7 @@ private: " v.empty();\n" " return v.empty();\n" "}"); - ASSERT_EQUALS("[test.cpp:2]: (warning) Useless call of function 'empty()'. Did you intend to call 'clear()' instead?\n", errout.str()); + ASSERT_EQUALS("[test.cpp:1]: (warning) Useless call of function 'empty()'. Did you intend to call 'clear()' instead?\n", errout.str()); } };