summaryrefslogtreecommitdiff
path: root/tools/target_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/target_test.py')
-rw-r--r--tools/target_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/target_test.py b/tools/target_test.py
index f14aa01d7..cd5e1b7d1 100644
--- a/tools/target_test.py
+++ b/tools/target_test.py
@@ -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):