summaryrefslogtreecommitdiff
path: root/test/-ext-/symbol/test_inadvertent_creation.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-20 04:53:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-20 04:53:11 +0000
commit831fe26dec26146d0d7c25194e8cedce39b0db0e (patch)
tree0815b518857930f0507db44ef0c18035a9fb2099 /test/-ext-/symbol/test_inadvertent_creation.rb
parentaee98a1c2be4999bb6327e6797075cb6502c1ec4 (diff)
ext/-test-/symbol: move upward
* ext/-test-/symbol/extconf.rb: move the extension object file upward. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/-ext-/symbol/test_inadvertent_creation.rb')
-rw-r--r--test/-ext-/symbol/test_inadvertent_creation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/symbol/test_inadvertent_creation.rb b/test/-ext-/symbol/test_inadvertent_creation.rb
index dde4cafffd..90f1b50fac 100644
--- a/test/-ext-/symbol/test_inadvertent_creation.rb
+++ b/test/-ext-/symbol/test_inadvertent_creation.rb
@@ -1,5 +1,5 @@
require 'test/unit'
-require "-test-/symbol/symbol"
+require "-test-/symbol"
module Test_Symbol
class TestInadvertent < Test::Unit::TestCase