summaryrefslogtreecommitdiff
path: root/test/-ext-/test_bug-3571.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/test_bug-3571.rb')
-rw-r--r--test/-ext-/test_bug-3571.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/test_bug-3571.rb b/test/-ext-/test_bug-3571.rb
index 9e8c5cfe5c..5952ce2a33 100644
--- a/test/-ext-/test_bug-3571.rb
+++ b/test/-ext-/test_bug-3571.rb
@@ -13,7 +13,7 @@ end
SRC
out = [
"start() function is unimplemented on this machine",
- "-:2:in 'start'",
+ "-:2:in 'Bug.start'",
"-:2:in '<main>'",
]
assert_in_out_err(%w"-r-test-/bug_3571", src, [], out, bug3571)