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

Unified Diff: tools/testing/dart/co19_test.dart

Issue 11575028: Moved the testing scripts to the new import/library/part syntax (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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 | « tools/testing/dart/browser_test.dart ('k') | tools/testing/dart/drt_updater.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/co19_test.dart
diff --git a/tools/testing/dart/co19_test.dart b/tools/testing/dart/co19_test.dart
index 9c6de093ac2964b561e25b46a7970e72d2303697..4de996cad0a7247d1feaa08f4c14e7ce78740837 100644
--- a/tools/testing/dart/co19_test.dart
+++ b/tools/testing/dart/co19_test.dart
@@ -14,15 +14,15 @@
* [: ./tools/testing/bin/$OS/dart tools/testing/dart/co19_test.dart :]
*/
-#library("co19_test");
+library co19_test;
-#import("dart:io");
-#import("test_runner.dart");
-#import("test_options.dart");
-#import("test_suite.dart");
-#import("test_progress.dart");
+import "dart:io";
+import "test_runner.dart";
+import "test_options.dart";
+import "test_suite.dart";
+import "test_progress.dart";
-#import("../../../tests/co19/test_config.dart");
+import "../../../tests/co19/test_config.dart";
const List<String> COMMON_ARGUMENTS = const <String>['--report'];
« no previous file with comments | « tools/testing/dart/browser_test.dart ('k') | tools/testing/dart/drt_updater.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698