aboutsummaryrefslogtreecommitdiffstats
path: root/test/optparse/test_autoconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/optparse/test_autoconf.rb')
-rw-r--r--test/optparse/test_autoconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/optparse/test_autoconf.rb b/test/optparse/test_autoconf.rb
index 4b3616f816..3be4a4c598 100644
--- a/test/optparse/test_autoconf.rb
+++ b/test/optparse/test_autoconf.rb
@@ -14,7 +14,7 @@ class TestOptionParser::AutoConf < Test::Unit::TestCase
end
class DummyOutput < String
- alias write <<
+ alias write concat
end
def no_error(*args)
$stderr, stderr = DummyOutput.new, $stderr