File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
swift/ql/test/library-tests/controlflow/graph Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -250,14 +250,14 @@ cfg.swift:
250
250
#-----| match -> 0
251
251
252
252
# 33| .error1
253
- #-----| no-match -> ... is ...
253
+ #-----| match, no-match -> ... is ...
254
254
255
255
# 33| ... is ...
256
- #-----| no-match -> call to isZero(x:)
256
+ #-----| match, no-match -> call to isZero(x:)
257
257
#-----| no-match -> case ...
258
258
259
259
# 33| .error2
260
- #-----| no-match -> ... is ...
260
+ #-----| match, no-match -> ... is ...
261
261
262
262
# 33| ... is ... where ...
263
263
#-----| -> .error2
@@ -1577,7 +1577,7 @@ cfg.swift:
1577
1577
#-----| -> =~ ... where ...
1578
1578
1579
1579
# 144| =~ ...
1580
- #-----| no-match -> ... .&&(_:_:) ...
1580
+ #-----| match, no-match -> ... .&&(_:_:) ...
1581
1581
#-----| no-match -> case ...
1582
1582
1583
1583
# 144| x
You can’t perform that action at this time.
0 commit comments