TestSimplifyTokens: removed copy/pasted comment

This commit is contained in:
Daniel Marjamäki 2011-07-17 09:14:03 +02:00
parent 4149617978
commit 481be84004
1 changed files with 0 additions and 2 deletions

View File

@ -1479,8 +1479,6 @@ private:
void sizeof24() void sizeof24()
{ {
const char code[] = "; struct AB ab; sizeof(ab)"; const char code[] = "; struct AB ab; sizeof(ab)";
// don't segfault
ASSERT_EQUALS("; struct AB ab ; 100", tok(code)); ASSERT_EQUALS("; struct AB ab ; 100", tok(code));
} }