summaryrefslogtreecommitdiff
path: root/test/test31-05.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-10 01:11:55 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-10 01:11:55 +0300
commit1ae0ec902a7d242c9f6a5cf365190c1592134d53 (patch)
tree3004e8c5ffaff9f1a209fb376fa4905be34b4975 /test/test31-05.txt
parent448b1a6a299033709e2fb585ac4b7f7c29cde919 (diff)
downloadparanucker-1ae0ec902a7d242c9f6a5cf365190c1592134d53.tar.gz
paranucker-1ae0ec902a7d242c9f6a5cf365190c1592134d53.tar.bz2
paranucker-1ae0ec902a7d242c9f6a5cf365190c1592134d53.tar.xz
paranucker-1ae0ec902a7d242c9f6a5cf365190c1592134d53.zip
Add test 34. Update test 31. Update test results.
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)
^