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:
250250#-----| match -> 0
251251
252252# 33| .error1
253- #-----| no-match -> ... is ...
253+ #-----| match, no-match -> ... is ...
254254
255255# 33| ... is ...
256- #-----| no-match -> call to isZero(x:)
256+ #-----| match, no-match -> call to isZero(x:)
257257#-----| no-match -> case ...
258258
259259# 33| .error2
260- #-----| no-match -> ... is ...
260+ #-----| match, no-match -> ... is ...
261261
262262# 33| ... is ... where ...
263263#-----| -> .error2
@@ -1577,7 +1577,7 @@ cfg.swift:
15771577#-----| -> =~ ... where ...
15781578
15791579# 144| =~ ...
1580- #-----| no-match -> ... .&&(_:_:) ...
1580+ #-----| match, no-match -> ... .&&(_:_:) ...
15811581#-----| no-match -> case ...
15821582
15831583# 144| x
You can’t perform that action at this time.
0 commit comments