Skip to content

Commit 064795a

Browse files
committed
Remove duplicate test
This partially reverts commit 047418d
1 parent b0b8b26 commit 064795a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

test/testother.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6997,14 +6997,6 @@ class TestOther : public TestFixture {
69976997
"}");
69986998
ASSERT_EQUALS("[test.cpp:3]: (warning) Storing getchar() return value in char variable and then comparing with EOF.\n", errout.str());
69996999

7000-
check("void f() {\n"
7001-
" unsigned char c;\n"
7002-
" while( EOF != ( c = getchar() ) )\n"
7003-
" {\n"
7004-
" }\n"
7005-
"}");
7006-
ASSERT_EQUALS("[test.cpp:3]: (warning) Storing getchar() return value in char variable and then comparing with EOF.\n", errout.str());
7007-
70087000
check("void f() {\n"
70097001
" int i; i = getchar();\n"
70107002
" while( i != EOF)\n"

0 commit comments

Comments
 (0)