aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/featurebug.rb6
-rw-r--r--bootstraptest/test_knownbug.rb7
2 files changed, 6 insertions, 7 deletions
diff --git a/bootstraptest/featurebug.rb b/bootstraptest/featurebug.rb
new file mode 100644
index 0000000000..81eeba7770
--- /dev/null
+++ b/bootstraptest/featurebug.rb
@@ -0,0 +1,6 @@
+assert_equal 'ok', %q{
+ 1.times{
+ eval("break")
+ }
+ :ok
+}, '[ruby-dev:32525]'
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index 8b53798c28..3d3f4dbd2a 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -3,13 +3,6 @@
# So all tests will cause failure.
#
-assert_equal 'ok', %q{
- 1.times{
- eval("break")
- }
- :ok
-}, '[ruby-dev:32525]'
-
assert_finish 2, %q{
require "io/nonblock"
r, w = IO.pipe