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:
Jonas Jensen
2018-08-28 10:22:55 +02:00
parent 367776511f
commit f005d45c63
2 changed files with 49 additions and 49 deletions

View File

@@ -77,7 +77,7 @@ class SuppressionScope extends @comment {
/** Gets a textual representation of this element. */
string toString() {
result = "suppression range"
result = this.getSuppressionComment().toString()
}
}