aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_stdlib.rb
diff options
context:
space:
mode:
authorJack Nagel2014-11-07 17:03:51 -0600
committerJack Nagel2014-11-07 17:03:51 -0600
commitd63ba368ef6465ba6cb9e7ca3762d31e1b60fc17 (patch)
tree3814c690a0c2bca75daeb29c23addc67470ef034 /Library/Homebrew/test/test_stdlib.rb
parent1eb74cb41977b8463dc35d4b62a5856aa6ff7c64 (diff)
downloadbrew-d63ba368ef6465ba6cb9e7ca3762d31e1b60fc17.tar.bz2
Normalize requires in tests
Diffstat (limited to 'Library/Homebrew/test/test_stdlib.rb')
-rw-r--r--Library/Homebrew/test/test_stdlib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_stdlib.rb b/Library/Homebrew/test/test_stdlib.rb
index 50594465c..b45b0795a 100644
--- a/Library/Homebrew/test/test_stdlib.rb
+++ b/Library/Homebrew/test/test_stdlib.rb
@@ -1,5 +1,5 @@
require 'testing_env'
-require 'test/testball'
+require 'testball'
require 'formula'
require 'cxxstdlib'