diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-26 01:20:48 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-26 01:20:48 +0000 |
| commit | ddf50719d684bda70148a283af1e3e6abd616efe (patch) | |
| tree | 0fd05a245ec22ee2838e9371c97de042859aecde /bootstraptest | |
| parent | d6ea332c05cfb935b7b5cefc39ca7b0ddd7c289b (diff) | |
| download | ruby-ddf50719d684bda70148a283af1e3e6abd616efe.tar.gz ruby-ddf50719d684bda70148a283af1e3e6abd616efe.tar.xz ruby-ddf50719d684bda70148a283af1e3e6abd616efe.zip | |
* bootstraptest/test_{io,marshal}.rb, lib/rubygems/require_paths_builder.rb test/ruby/test_m17n.rb: set properties.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
| -rw-r--r-- | bootstraptest/test_io.rb | 18 | ||||
| -rw-r--r-- | bootstraptest/test_marshal.rb | 10 |
2 files changed, 14 insertions, 14 deletions
diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb index 8cd2730c6..4368dea10 100644 --- a/bootstraptest/test_io.rb +++ b/bootstraptest/test_io.rb @@ -1,9 +1,9 @@ -assert_finish 1, %q{
- r, w = IO.pipe
- t1 = Thread.new { r.sysread(1) }
- t2 = Thread.new { r.sysread(1) }
- sleep 0.1
- w.write "a"
- sleep 0.1
- w.write "a"
-}, '[ruby-dev:31866]'
+assert_finish 1, %q{ + r, w = IO.pipe + t1 = Thread.new { r.sysread(1) } + t2 = Thread.new { r.sysread(1) } + sleep 0.1 + w.write "a" + sleep 0.1 + w.write "a" +}, '[ruby-dev:31866]' diff --git a/bootstraptest/test_marshal.rb b/bootstraptest/test_marshal.rb index ef406bba1..ecbcb60c9 100644 --- a/bootstraptest/test_marshal.rb +++ b/bootstraptest/test_marshal.rb @@ -1,5 +1,5 @@ -
-assert_normal_exit %q{
- Marshal.load(Marshal.dump({"k"=>"v"}), lambda {|v| })
-}
-
+ +assert_normal_exit %q{ + Marshal.load(Marshal.dump({"k"=>"v"}), lambda {|v| }) +} + |
