Fix Cppcheck warning

[ci skip]
This commit is contained in:
Daniel Marjamäki 2019-01-12 19:11:18 +01:00
parent 14b419a48f
commit 022259caf3
1 changed files with 0 additions and 3 deletions

View File

@ -1854,9 +1854,6 @@ private:
const std::string actual = tokenize(code, false, "test.cpp");
const std::string line5 = getLine(actual, 5);
const std::string line11 = getLine(actual, 11);
ASSERT_EQUALS("5: int type@2 ;", getLine(actual,5));
ASSERT_EQUALS("11: type@2 = 0 ;", getLine(actual,11));
}