We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fac505 commit 0d89f57Copy full SHA for 0d89f57
1 file changed
swift/ql/test/library-tests/controlflow/graph/Cfg.expected
@@ -250,14 +250,14 @@ cfg.swift:
250
#-----| match -> 0
251
252
# 33| .error1
253
-#-----| no-match -> ... is ...
+#-----| match, no-match -> ... is ...
254
255
# 33| ... is ...
256
-#-----| no-match -> call to isZero(x:)
+#-----| match, no-match -> call to isZero(x:)
257
#-----| no-match -> case ...
258
259
# 33| .error2
260
261
262
# 33| ... is ... where ...
263
#-----| -> .error2
@@ -1577,7 +1577,7 @@ cfg.swift:
1577
#-----| -> =~ ... where ...
1578
1579
# 144| =~ ...
1580
-#-----| no-match -> ... .&&(_:_:) ...
+#-----| match, no-match -> ... .&&(_:_:) ...
1581
1582
1583
# 144| x
0 commit comments