mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
C++: Change SuppressionScope.toString
This should have no effect in itself but changes the test output to correspond with the change coming next.
This commit is contained in:
@@ -77,7 +77,7 @@ class SuppressionScope extends @comment {
|
||||
|
||||
/** Gets a textual representation of this element. */
|
||||
string toString() {
|
||||
result = "suppression range"
|
||||
result = this.getSuppressionComment().toString()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user