summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-06 09:23:15 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-06 09:23:15 +0000
commitabc10cc28e60e1b04e26ea5e306bf2ba06955215 (patch)
treea1fd4e03e89787ee096202c55d6de54b829c3ae8 /MANIFEST
parent9fad82a6ba56b575f5f16255049393357f4f7751 (diff)
* MANIFEST: add these files:
+test/optparse/test_noarg.rb +test/optparse/test_optarg.rb +test/optparse/test_optparse.rb +test/optparse/test_placearg.rb +test/optparse/test_reqarg.rb git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index ccb4eef0db..7ab5468325 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -642,6 +642,11 @@ test/fileutils/fileasserts.rb
test/fileutils/test_fileutils.rb
test/fileutils/test_nowrite.rb
test/logger/test_logger.rb
+test/optparse/test_noarg.rb
+test/optparse/test_optarg.rb
+test/optparse/test_optparse.rb
+test/optparse/test_placearg.rb
+test/optparse/test_reqarg.rb
test/ostruct/test_ostruct.rb
test/ruby/beginmainend.rb
test/ruby/endblockwarn.rb