allow duplicate error messages in tests
This commit is contained in:
parent
a6696d6f7d
commit
1594432285
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue