Skip to content

Commit f63d8a8

Browse files
committed
ruby: fix test syntax
1 parent cc56535 commit f63d8a8

File tree

1 file changed

+2
-0
lines changed
  • ruby/ql/test/library-tests/controlflow/graph

1 file changed

+2
-0
lines changed

ruby/ql/test/library-tests/controlflow/graph/raise.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def m17(b1, b2)
188188
if b2
189189
b1 = false
190190
retry
191+
end
191192
end
192193
end
193194

@@ -198,5 +199,6 @@ def m18(b2)
198199
rescue ExceptionA
199200
if b2
200201
b1 = false
202+
end
201203
end
202204
end

0 commit comments

Comments
 (0)