summaryrefslogtreecommitdiff
path: root/test/test31-05.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test31-05.txt')
-rw-r--r--test/test31-05.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test31-05.txt b/test/test31-05.txt
index 0ddca05..37e2072 100644
--- a/test/test31-05.txt
+++ b/test/test31-05.txt
@@ -3,9 +3,9 @@ test31.cpp:100:13: warning: Useless variable check 'this->tmp1'. It already was
if (tmp1)
^
test31.cpp: In member function 'void Object1::func7(Data1*)':
-test31.cpp:243:18: warning: Useless variable check 'ptr1'. It already was checked before
+test31.cpp:246:18: warning: Useless variable check 'ptr1'. It already was checked before
if (!ptr1)
^
-test31.cpp:274:13: warning: Useless variable check 'this->tmp1'. It already was checked before
+test31.cpp:285:13: warning: Useless variable check 'this->tmp1'. It already was checked before
if (tmp1)
^