mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
C++: Make toString deterministic for tests.
This commit is contained in:
@@ -60,7 +60,7 @@ class ExtractionIrrecoverableError extends ExtractionError, TCompilationFailed {
|
||||
ExtractionIrrecoverableError() { this = TCompilationFailed(c, f) }
|
||||
|
||||
override string toString() {
|
||||
result = "Irrecoverable extraction error: " + c.toString() + " in " + f.toString()
|
||||
result = "Irrecoverable extraction error while compiling " + f.toString()
|
||||
}
|
||||
|
||||
override string getErrorMessage() {
|
||||
|
||||
Reference in New Issue
Block a user