diff options
| author | Jack Nagel | 2014-11-07 17:03:51 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-07 17:03:51 -0600 |
| commit | d63ba368ef6465ba6cb9e7ca3762d31e1b60fc17 (patch) | |
| tree | 3814c690a0c2bca75daeb29c23addc67470ef034 /Library/Homebrew/test/test_stdlib.rb | |
| parent | 1eb74cb41977b8463dc35d4b62a5856aa6ff7c64 (diff) | |
| download | brew-d63ba368ef6465ba6cb9e7ca3762d31e1b60fc17.tar.bz2 | |
Normalize requires in tests
Diffstat (limited to 'Library/Homebrew/test/test_stdlib.rb')
| -rw-r--r-- | Library/Homebrew/test/test_stdlib.rb | 2 |
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' |
