Skip to content

Commit 7fdf1fa

Browse files
committed
Move comment
* Otherwise "#", "warns", "on", etc, would be ignored.
1 parent 5ce890c commit 7fdf1fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/truffle/integration/no_extra_output/all_stdlibs.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ def glob(pattern)
2626

2727
stdlibs += %w[json]
2828

29+
# 'continuation' warns on being required, as MRI
2930
ignore = %w[
30-
continuation # warns on being required, as intended
31+
continuation
3132
dbm
3233
gdbm
3334
sdbm

0 commit comments

Comments
 (0)