mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
C++/C#: Fix formatting
This commit is contained in:
@@ -10,7 +10,7 @@ class IRTypesTest extends InlineExpectationsTest {
|
||||
override predicate hasActualResult(Location location, string element, string tag, string value) {
|
||||
exists(IRUserVariable irVar |
|
||||
location = irVar.getLocation() and
|
||||
element = irVar.toString() and
|
||||
element = irVar.toString() and
|
||||
tag = "irtype" and
|
||||
value = irVar.getIRType().toString()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user