Index: tools/isolate/tests/isolate/fail.py |
diff --git a/tools/isolate/tests/isolate/fail.py b/tools/isolate/tests/isolate/fail.py |
deleted file mode 100755 |
index a82098ac9697f9dc9f1fe78a21039a0dca799e17..0000000000000000000000000000000000000000 |
--- a/tools/isolate/tests/isolate/fail.py |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-#!/usr/bin/env python |
-# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-import sys |
- |
- |
-def main(): |
- print 'Failing' |
- return 1 |
- |
- |
-if __name__ == '__main__': |
- sys.exit(main()) |