summaryrefslogtreecommitdiff
path: root/bootstraptest/pending.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest/pending.rb')
-rw-r--r--bootstraptest/pending.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstraptest/pending.rb b/bootstraptest/pending.rb
new file mode 100644
index 0000000000..9e31d1c585
--- /dev/null
+++ b/bootstraptest/pending.rb
@@ -0,0 +1,6 @@
+assert_equal 'ok', %q{
+ 1.times{
+ eval("break")
+ }
+ :ok
+}, '[ruby-dev:32525]'