summaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-04 07:09:21 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-04 07:09:21 +0000
commitbaca009e446ed15c0bd0c86a66183ce749c81d93 (patch)
tree9ce295f547509a24e752642d78f2b599f82c8669 /bootstraptest
parent6ebb2f49b383beb8abbf2808b3585b4a42e67328 (diff)
downloadruby-baca009e446ed15c0bd0c86a66183ce749c81d93.tar.gz
ruby-baca009e446ed15c0bd0c86a66183ce749c81d93.tar.xz
ruby-baca009e446ed15c0bd0c86a66183ce749c81d93.zip
fixed tests.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_eval.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_eval.rb b/bootstraptest/test_eval.rb
index f63d995ff..c5ab95302 100644
--- a/bootstraptest/test_eval.rb
+++ b/bootstraptest/test_eval.rb
@@ -116,7 +116,7 @@ assert_equal %q{1}, %q{
Const
}
}
-assert_equal %q{C}, %q{
+assert_equal %q{top}, %q{
Const = :top
class C
Const = :C