diff options
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_patching.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
