Index: content/test/gpu/page_sets/page_set_unittest.py |
diff --git a/content/test/gpu/page_sets/page_set_unittest.py b/content/test/gpu/page_sets/page_set_unittest.py |
deleted file mode 100644 |
index f10d80d0f6a3086f7df14ce5ca9a3a6e85379f41..0000000000000000000000000000000000000000 |
--- a/content/test/gpu/page_sets/page_set_unittest.py |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-# Copyright 2014 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 os |
- |
-from telemetry.testing import story_set_smoke_test |
- |
- |
-class StorySetUnitTest(story_set_smoke_test.StorySetSmokeTest): |
- |
- def testSmoke(self): |
- story_sets_dir = os.path.dirname(os.path.realpath(__file__)) |
- top_level_dir = os.path.dirname(story_sets_dir) |
- self.RunSmokeTest(story_sets_dir, top_level_dir) |