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

Unified Diff: tests/compiler/dart2js/space_test.dart

Issue 1322973007: Use memory compiler in compiler_helper.dart. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update cf. comments. Created 5 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
Index: tests/compiler/dart2js/space_test.dart
diff --git a/tests/compiler/dart2js/space_test.dart b/tests/compiler/dart2js/space_test.dart
index fbf933d938b3731609c0e6962d006b94fab70651..b721952ad0a84f60b894a4010ce117d19a6a03db 100644
--- a/tests/compiler/dart2js/space_test.dart
+++ b/tests/compiler/dart2js/space_test.dart
@@ -5,6 +5,7 @@
import 'dart:io';
import 'package:compiler/src/dart2js.dart'
as dart2js;
+import 'package:compiler/src/commandline_options.dart';
main() {
Uri currentDirectory = Uri.base;
@@ -13,6 +14,6 @@ main() {
Directory.current = script.resolve("path with spaces").toFilePath();
return dart2js.main(["--library-root=${libraryRoot.toFilePath()}",
- "--analyze-only",
+ Flags.analyzeOnly,
"file with spaces.dart"]);
}
« no previous file with comments | « tests/compiler/dart2js/show_package_warnings_test.dart ('k') | tests/compiler/dart2js/trust_type_annotations2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698