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:
parent
749ada608e
commit
df5b6cdd7f
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue