Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c4fc05

Browse files
committed
C++: Make toString deterministic for tests.
1 parent 9612426 commit 4c4fc05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/Diagnostics/FailedExtractions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ExtractionIrrecoverableError extends ExtractionError, TCompilationFailed {
6060
ExtractionIrrecoverableError() { this = TCompilationFailed(c, f) }
6161

6262
override string toString() {
63-
result = "Irrecoverable extraction error: " + c.toString() + " in " + f.toString()
63+
result = "Irrecoverable extraction error while compiling " + f.toString()
6464
}
6565

6666
override string getErrorMessage() {

0 commit comments

Comments
 (0)