Skip to content

Commit 7b50c95

Browse files
committed
Swift: fix Cfg.expected
1 parent 4e453b1 commit 7b50c95

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5705,10 +5705,10 @@ cfg.swift:
57055705

57065706
# 456| #keyPath(...)
57075707
#-----| -> var ... = ...
5708-
#-----| -> exit #keyPath(...) (normal)
57095708

57105709
# 456| #keyPath(...)
57115710
#-----| -> var ... = ...
5711+
#-----| -> exit #keyPath(...) (normal)
57125712

57135713
# 456| enter #keyPath(...)
57145714
#-----| -> #keyPath(...)
@@ -5747,10 +5747,10 @@ cfg.swift:
57475747

57485748
# 457| #keyPath(...)
57495749
#-----| -> var ... = ...
5750-
#-----| -> exit #keyPath(...) (normal)
57515750

57525751
# 457| #keyPath(...)
57535752
#-----| -> var ... = ...
5753+
#-----| -> exit #keyPath(...) (normal)
57545754

57555755
# 457| enter #keyPath(...)
57565756
#-----| -> #keyPath(...)
@@ -5801,10 +5801,10 @@ cfg.swift:
58015801

58025802
# 458| #keyPath(...)
58035803
#-----| -> var ... = ...
5804-
#-----| -> exit #keyPath(...) (normal)
58055804

58065805
# 458| #keyPath(...)
58075806
#-----| -> var ... = ...
5807+
#-----| -> exit #keyPath(...) (normal)
58085808

58095809
# 458| enter #keyPath(...)
58105810
#-----| -> #keyPath(...)
@@ -5867,10 +5867,10 @@ cfg.swift:
58675867

58685868
# 459| #keyPath(...)
58695869
#-----| -> var ... = ...
5870-
#-----| -> exit #keyPath(...) (normal)
58715870

58725871
# 459| #keyPath(...)
58735872
#-----| -> var ... = ...
5873+
#-----| -> exit #keyPath(...) (normal)
58745874

58755875
# 459| enter #keyPath(...)
58765876
#-----| -> #keyPath(...)
@@ -6211,6 +6211,7 @@ cfg.swift:
62116211
#-----| -> apply_kpGet_mayB_x
62126212

62136213
# 464| apply_kpGet_mayB_x
6214+
#-----| -> exit test(a:) (normal)
62146215

62156216
# 464| apply_kpGet_mayB_x
62166217

@@ -6219,7 +6220,6 @@ cfg.swift:
62196220
# 464| apply_kpGet_mayB_x
62206221

62216222
# 464| apply_kpGet_mayB_x
6222-
#-----| -> exit test(a:) (normal)
62236223

62246224
# 464| apply_kpGet_mayB_x
62256225
#-----| match -> a

0 commit comments

Comments
 (0)