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

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

Issue 10977027: Update all occurrences of raw strings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Don't disable just yet. Created 8 years, 3 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 | « tests/standalone/io/path_test.dart ('k') | utils/template/uitest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index 1815cb0bf99e76bc908389b17e3c30a7a1e4c7be..4f25d0a3189020d55435a344e54f57d24f5d7a4a 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -687,7 +687,7 @@ class StandardTestSuite implements TestSuite {
if (extraCommand == 'dart') {
extraCommand = TestUtils.vmFileName(configuration);
}
- args= args.map((arg)=>arg.replaceAll(@"$dartDir", dartDir.toString()));
+ args= args.map((arg)=>arg.replaceAll(r"$dartDir", dartDir.toString()));
Lasse Reichstein Nielsen 2012/09/26 06:18:43 While you are here: space before '='.
commands.add(new Command(extraCommand, args));
}
« no previous file with comments | « tests/standalone/io/path_test.dart ('k') | utils/template/uitest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698