aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_stdlib.rb
diff options
context:
space:
mode:
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 383577439..0f3fce88d 100644
--- a/Library/Homebrew/test/test_stdlib.rb
+++ b/Library/Homebrew/test/test_stdlib.rb
@@ -4,7 +4,7 @@ require 'formula'
require 'cxxstdlib'
require 'tab'
-class CxxStdlibTests < Test::Unit::TestCase
+class CxxStdlibTests < Homebrew::TestCase
def setup
@clang = CxxStdlib.new(:libstdcxx, :clang)
@gcc = CxxStdlib.new(:libstdcxx, :gcc)