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

Unified Diff: tests/co19/test_config.dart

Issue 10584014: Change test scripts to use Path library in most places, instead of strings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: missing semicolon Created 8 years, 6 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 | « samples/tests/dartc/test_config.dart ('k') | tools/test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/test_config.dart
diff --git a/tests/co19/test_config.dart b/tests/co19/test_config.dart
index dfd7ccbb4e1915771d4526dc60bb73602c77e41a..450316625e6fe6b49923eca79b32ed7fed27b3bd 100644
--- a/tests/co19/test_config.dart
+++ b/tests/co19/test_config.dart
@@ -4,6 +4,7 @@
#library("co19_test_config");
+#import("dart:io");
#import("../../tools/testing/dart/test_suite.dart");
class Co19TestSuite extends StandardTestSuite {
@@ -12,7 +13,7 @@ class Co19TestSuite extends StandardTestSuite {
Co19TestSuite(Map configuration)
: super(configuration,
"co19",
- "tests/co19/src",
+ const Path("tests/co19/src"),
["tests/co19/co19-compiler.status",
"tests/co19/co19-runtime.status",
"tests/co19/co19-frog.status",
« no previous file with comments | « samples/tests/dartc/test_config.dart ('k') | tools/test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698