Skip to content

Commit 6208071

Browse files
authored
Merge pull request github#10874 from hvitved/ruby/fix-test-syntax-error
Ruby: Fix syntax error in a test
2 parents 73f977c + 61b9065 commit 6208071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/test/library-tests/dataflow/barrier-guards/barrier-guards.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
foo
8686
end
8787

88-
if foos.index(foo)r == nil
88+
if foos.index(foo) == nil
8989
foo
9090
else
9191
foo

0 commit comments

Comments
 (0)