Skip to content

Commit 0d89f57

Browse files
committed
Swift: Update expected test output
1 parent 2fac505 commit 0d89f57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

swift/ql/test/library-tests/controlflow/graph/Cfg.expected

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)