Index: tools/testing/dart/test_suite.dart |
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart |
index cccfada529409b64b8c04722a60b66ae8b12dc18..a8bcc0e5d41411db91be16586f8e39a57ff30e24 100644 |
--- a/tools/testing/dart/test_suite.dart |
+++ b/tools/testing/dart/test_suite.dart |
@@ -1052,7 +1052,7 @@ class StandardTestSuite extends TestSuite { |
if (compiler != 'none') { |
assert(namePath.extension == 'dart'); |
commands.add(_compileCommand( |
- fromPath.toNativePath(), '$tempDir/$baseName.js', |
+ fromPath.toNativePath(), '$tempDir/$baseName.dart.js', |
kustermann
2013/09/26 09:34:34
Then you can do change this to
fromPath.toNativePa
floitsch
2013/09/26 10:56:15
Done.
|
compiler, tempDir, vmOptions, optionsFromFile)); |
} |
if (compiler == 'none') { |