Skip to content

Commit

Permalink
[Truffle] Fix stdout flush.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Feb 28, 2015
1 parent 6285100 commit 727c820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truffle/src/main/ruby/core/shims.rb
Expand Up @@ -53,7 +53,7 @@ def printf(*values)
end

def flush
Truffle::Debug.flush_stdout
Truffle::Primitive.flush_stdout
end

def sync
Expand Down

0 comments on commit 727c820

Please sign in to comment.