0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

Remove error message mentioning build.py

This commit is contained in:
Bert Belder 2019-09-10 20:23:59 -07:00
parent 749ada608e
commit df5b6cdd7f
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -10,7 +10,6 @@ class TestTarget(DenoTestCase):
def check_exists(filename):
if not os.path.exists(filename):
print "Required target doesn't exist:", filename
print "Run ./tools/build.py"
sys.exit(1)
def test_executable_exists(self):