summaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-21 08:38:16 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-21 08:38:16 +0000
commit3467efa70499f8e9e990c887f9529f4d52eac1a6 (patch)
treef7ce530d2680d2d3f8f9796ead6d99cd71768a10 /bootstraptest
parentda356c2fafdc8500792312cc971556dbb1493076 (diff)
* bootstraptest/pending.rb: renamed from featurebug.rb.
This file contains bugs which is known but will not be fixed in days. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/pending.rb (renamed from bootstraptest/featurebug.rb)12
-rw-r--r--bootstraptest/test_fork.rb12
2 files changed, 12 insertions, 12 deletions
diff --git a/bootstraptest/featurebug.rb b/bootstraptest/pending.rb
index 81eeba777..9e31d1c58 100644
--- a/bootstraptest/featurebug.rb
+++ b/bootstraptest/pending.rb
@@ -1,6 +1,6 @@
-assert_equal 'ok', %q{
- 1.times{
- eval("break")
- }
- :ok
-}, '[ruby-dev:32525]'
+assert_equal 'ok', %q{
+ 1.times{
+ eval("break")
+ }
+ :ok
+}, '[ruby-dev:32525]'
diff --git a/bootstraptest/test_fork.rb b/bootstraptest/test_fork.rb
index 4632ca269..ae8d9e174 100644
--- a/bootstraptest/test_fork.rb
+++ b/bootstraptest/test_fork.rb
@@ -1,6 +1,6 @@
-assert_equal '0', %q{
- GC.stress = true
- pid = fork {}
- Process.wait pid
- $?.to_i
-}, '[ruby-dev:32404]'
+assert_equal '0', %q{
+ GC.stress = true
+ pid = fork {}
+ Process.wait pid
+ $?.to_i
+}, '[ruby-dev:32404]'