Skip to content

Commit 954047c

Browse files
committed
Swift: accept test changes
1 parent 60795fc commit 954047c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,26 +1514,26 @@ cfg.swift:
15141514
# 141| case ...
15151515
#-----| -> 0
15161516

1517-
# 141| 0
1518-
#-----| no-match -> 1
1519-
#-----| match -> true
1520-
15211517
# 141| 0
15221518
#-----| -> 0
15231519

15241520
# 141| 0
15251521
#-----| -> 0
15261522

1527-
# 141| 1
1523+
# 141| 0
1524+
#-----| no-match -> 1
15281525
#-----| match -> true
1529-
#-----| no-match -> case ...
15301526

15311527
# 141| 1
15321528
#-----| -> 1
15331529

15341530
# 141| 1
15351531
#-----| -> 1
15361532

1533+
# 141| 1
1534+
#-----| match -> true
1535+
#-----| no-match -> case ...
1536+
15371537
# 142| return ...
15381538
#-----| return -> exit patterns(x:) (normal)
15391539

0 commit comments

Comments
 (0)