Index: tools/telemetry/unittest_data/system_stub_test_module.py |
diff --git a/tools/telemetry/unittest_data/system_stub_test_module.py b/tools/telemetry/unittest_data/system_stub_test_module.py |
deleted file mode 100644 |
index 97e3ef35fa138d5d56bb5766dd890fe806ff8af4..0000000000000000000000000000000000000000 |
--- a/tools/telemetry/unittest_data/system_stub_test_module.py |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-# Copyright 2015 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. |
-class SystemStubTest(object): |
- @staticmethod |
- def TestOpen(file_path): |
- return open(file_path) |