aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_mach.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_mach.rb')
-rw-r--r--Library/Homebrew/test/test_mach.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/test/test_mach.rb b/Library/Homebrew/test/test_mach.rb
index 58196b8e0..a9f4f3ca6 100644
--- a/Library/Homebrew/test/test_mach.rb
+++ b/Library/Homebrew/test/test_mach.rb
@@ -1,6 +1,6 @@
require 'testing_env'
-class MachOPathnameTests < Test::Unit::TestCase
+class MachOPathnameTests < Homebrew::TestCase
def dylib_path(name)
Pathname.new("#{TEST_DIRECTORY}/mach/#{name}.dylib")
end
@@ -161,7 +161,7 @@ class ArchitectureListExtensionTests < MachOPathnameTests
end
end
-class TextExecutableTests < Test::Unit::TestCase
+class TextExecutableTests < Homebrew::TestCase
attr_reader :pn
def setup