diff options
Diffstat (limited to 'src/cpu/rubytest/RubyTester.cc')
-rw-r--r-- | src/cpu/rubytest/RubyTester.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/rubytest/RubyTester.cc b/src/cpu/rubytest/RubyTester.cc index b2af22a6e..3ad977b42 100644 --- a/src/cpu/rubytest/RubyTester.cc +++ b/src/cpu/rubytest/RubyTester.cc @@ -183,9 +183,9 @@ RubyTester::checkForDeadlock() } void -RubyTester::print(ostream& out) const +RubyTester::print(std::ostream& out) const { - out << "[RubyTester]" << endl; + out << "[RubyTester]" << std::endl; } RubyTester * |