From fdfbc9af1399d8f5e5654bd5d4335ae5f6a12d52 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Mon, 27 Jun 2016 11:27:54 +0200 Subject: Changed the symbol for error-code skipped tests to distinguish from succesfull error-code checks in the correctness tests --- test/correctness/tester.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/correctness/tester.hpp') diff --git a/test/correctness/tester.hpp b/test/correctness/tester.hpp index 5e5db6a1..422da9ed 100644 --- a/test/correctness/tester.hpp +++ b/test/correctness/tester.hpp @@ -58,7 +58,7 @@ class Tester { const std::string kErrorStatus{kPrintError + "/" + kPrintEnd}; const std::string kSkippedCompilation{kPrintWarning + "\\" + kPrintEnd}; const std::string kUnsupportedPrecision{kPrintWarning + "o" + kPrintEnd}; - const std::string kUnsupportedReference{kPrintWarning + "." + kPrintEnd}; + const std::string kUnsupportedReference{kPrintWarning + "-" + kPrintEnd}; // This structure combines the above log-entry with a status code an error percentage struct ErrorLogEntry { -- cgit v1.2.3