allow duplicate error messages in tests

This commit is contained in:
Daniel Marjamäki 2008-02-22 14:35:44 +00:00
parent a6696d6f7d
commit 1594432285
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ int main()
// Provide a dummy filename for the error messages
Files.push_back( std::string("test.cpp") );
// Don't filter out duplicate error messages..
OnlyReportUniqueErrors = false;
// Check that the statement list is created correctly
internal_statementlist();