From 33befcf312e12496fc1a6b0df531f03d97dfe954 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Tue, 21 Jul 2015 22:14:04 +0800 Subject: tests: fix patching test for no-compat mode Closes Homebrew/homebrew#41977. Signed-off-by: Xu Cheng --- Library/Homebrew/test/test_patching.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test/test_patching.rb') diff --git a/Library/Homebrew/test/test_patching.rb b/Library/Homebrew/test/test_patching.rb index 0917316dd..02c73ef8e 100644 --- a/Library/Homebrew/test/test_patching.rb +++ b/Library/Homebrew/test/test_patching.rb @@ -106,7 +106,7 @@ class PatchingTests < Homebrew::TestCase def test_patch_DATA_constant assert_patched formula("test", Pathname.new(__FILE__).expand_path) { def patches - Formula::DATA + :DATA end } end -- cgit v1.2.3