Skip to content

Commit fc7eb5b

Browse files
committed
InlineExpectationsTest: sync
1 parent dbd84b2 commit fc7eb5b

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

cpp/ql/test/TestUtilities/InlineExpectationsTest.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
156156
not actualResult.getTag() = this.getARelevantTag() and
157157
element = actualResult and
158158
message =
159-
"Tag mismatch: Actual result with tag " + actualResult.getTag() +
160-
" that is not part of getARelevantTag()"
159+
"Tag mismatch: Actual result with tag '" + actualResult.getTag() +
160+
"' that is not part of getARelevantTag()"
161161
)
162162
or
163163
exists(ValidExpectation expectation |

csharp/ql/test/TestUtilities/InlineExpectationsTest.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
156156
not actualResult.getTag() = this.getARelevantTag() and
157157
element = actualResult and
158158
message =
159-
"Tag mismatch: Actual result with tag " + actualResult.getTag() +
160-
" that is not part of getARelevantTag()"
159+
"Tag mismatch: Actual result with tag '" + actualResult.getTag() +
160+
"' that is not part of getARelevantTag()"
161161
)
162162
or
163163
exists(ValidExpectation expectation |

go/ql/test/TestUtilities/InlineExpectationsTest.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
156156
not actualResult.getTag() = this.getARelevantTag() and
157157
element = actualResult and
158158
message =
159-
"Tag mismatch: Actual result with tag " + actualResult.getTag() +
160-
" that is not part of getARelevantTag()"
159+
"Tag mismatch: Actual result with tag '" + actualResult.getTag() +
160+
"' that is not part of getARelevantTag()"
161161
)
162162
or
163163
exists(ValidExpectation expectation |

java/ql/test/TestUtilities/InlineExpectationsTest.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
156156
not actualResult.getTag() = this.getARelevantTag() and
157157
element = actualResult and
158158
message =
159-
"Tag mismatch: Actual result with tag " + actualResult.getTag() +
160-
" that is not part of getARelevantTag()"
159+
"Tag mismatch: Actual result with tag '" + actualResult.getTag() +
160+
"' that is not part of getARelevantTag()"
161161
)
162162
or
163163
exists(ValidExpectation expectation |

ql/ql/test/TestUtilities/InlineExpectationsTest.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
156156
not actualResult.getTag() = this.getARelevantTag() and
157157
element = actualResult and
158158
message =
159-
"Tag mismatch: Actual result with tag " + actualResult.getTag() +
160-
" that is not part of getARelevantTag()"
159+
"Tag mismatch: Actual result with tag '" + actualResult.getTag() +
160+
"' that is not part of getARelevantTag()"
161161
)
162162
or
163163
exists(ValidExpectation expectation |

ruby/ql/test/TestUtilities/InlineExpectationsTest.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
156156
not actualResult.getTag() = this.getARelevantTag() and
157157
element = actualResult and
158158
message =
159-
"Tag mismatch: Actual result with tag " + actualResult.getTag() +
160-
" that is not part of getARelevantTag()"
159+
"Tag mismatch: Actual result with tag '" + actualResult.getTag() +
160+
"' that is not part of getARelevantTag()"
161161
)
162162
or
163163
exists(ValidExpectation expectation |

swift/ql/test/TestUtilities/InlineExpectationsTest.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
156156
not actualResult.getTag() = this.getARelevantTag() and
157157
element = actualResult and
158158
message =
159-
"Tag mismatch: Actual result with tag " + actualResult.getTag() +
160-
" that is not part of getARelevantTag()"
159+
"Tag mismatch: Actual result with tag '" + actualResult.getTag() +
160+
"' that is not part of getARelevantTag()"
161161
)
162162
or
163163
exists(ValidExpectation expectation |

0 commit comments

Comments
 (0)