Skip to content

Commit

Permalink
libpthread-stubs: use new assertion syntax
Browse files Browse the repository at this point in the history
Pull Request: #386
  • Loading branch information
maxim-belkin committed Aug 17, 2018
1 parent ff6fcec commit 3ec8c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/libpthread-stubs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ def install
end

test do
assert File.exist? "#{lib}/pkgconfig/pthread-stubs.pc"
assert_predicate lib/"pkgconfig/pthread-stubs.pc", :exist?
end
end

0 comments on commit 3ec8c4b

Please sign in to comment.