test/spec_helper: require standalone before warnings

This commit is contained in:
Michael Cho 2024-09-27 12:48:27 -04:00
parent 9bd85f30d8
commit 112c692a53
No known key found for this signature in database
GPG Key ID: 55E85E28A7CD1E85

View File

@ -18,6 +18,7 @@ if ENV["HOMEBREW_TESTS_COVERAGE"]
end end
end end
require_relative "../standalone"
require_relative "../warnings" require_relative "../warnings"
Warnings.ignore :parser_syntax do Warnings.ignore :parser_syntax do