From 1594432285c35e7a36dd6b86759ee989eed70ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 22 Feb 2008 14:35:44 +0000 Subject: [PATCH] allow duplicate error messages in tests --- tests.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests.cpp b/tests.cpp index e616da9df..b5b98652f 100644 --- a/tests.cpp +++ b/tests.cpp @@ -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();