Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(460)

Unified Diff: client/tests/dartc/testcfg.py

Issue 9360017: Remove unused support files for old version of tools/test.py. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove testcfg.py files. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/tests/client/testcfg.py ('k') | compiler/tests/dartc/testcfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/dartc/testcfg.py
diff --git a/client/tests/dartc/testcfg.py b/client/tests/dartc/testcfg.py
deleted file mode 100644
index efeb28356b39fed4e760407288696ca31aa215be..0000000000000000000000000000000000000000
--- a/client/tests/dartc/testcfg.py
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
-from testing import test_configuration
-
-def GetConfiguration(context, root):
- return ClientCompilationTestConfiguration(context, root)
-
-
-class ClientCompilationTestConfiguration(
- test_configuration.CompilationTestConfiguration):
- def __init__(self, context, root):
- super(ClientCompilationTestConfiguration, self).__init__(context, root)
-
- def SourceDirs(self):
- return [
- 'async',
- 'base',
- 'box2d',
- 'dom',
- 'json',
- 'observable',
- 'samples',
- 'streams',
- 'testing',
- 'tests',
- 'touch',
- 'util',
- 'view',
- 'weld']
« no previous file with comments | « client/tests/client/testcfg.py ('k') | compiler/tests/dartc/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698