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

Commit 9bbf6cf

Browse files
authored
Unskip test_multiple_inline_scripts on TruffleRuby
* StringIO is thread-safe now so this test should pass reliably.
1 parent 0f5acfa commit 9bbf6cf

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)