aboutsummaryrefslogtreecommitdiffstats
path: root/test/mkmf/test_framework.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/mkmf/test_framework.rb')
-rw-r--r--test/mkmf/test_framework.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/mkmf/test_framework.rb b/test/mkmf/test_framework.rb
index 3585f959f9..cad6b052d0 100644
--- a/test/mkmf/test_framework.rb
+++ b/test/mkmf/test_framework.rb
@@ -26,7 +26,9 @@ class TestMkmf
def test_multi_frameworks
assert(have_framework("CoreFoundation"), mkmflog("try as Objective-C"))
- assert(have_framework("Cocoa"), mkmflog("try as Objective-C"))
+ create_framework("MkmfTest") do |fw|
+ assert(have_framework(fw), MKMFLOG)
+ end
end
def test_empty_framework