Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b21e19c

Browse files
authored
Merge pull request #187 from eregon/patch-1
Unskip test_multiple_inline_scripts on TruffleRuby
2 parents 0f5acfa + 9bbf6cf commit b21e19c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cli_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def test_inline_script
148148
end
149149

150150
def test_multiple_inline_scripts
151-
skip if RUBY_ENGINE == "truffleruby" # Relies on a thread-safe StringIO
152151
stdio, = capture_io { SyntaxTree::CLI.run(%w[format -e 1+1 -e 2+2]) }
153152
assert_equal(["1 + 1", "2 + 2"], stdio.split("\n").sort)
154153
end

0 commit comments

Comments
 (0)