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

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

Issue 51953009: Add new argument to compiler. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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/diagnose_ambiguous_test.dart
===================================================================
--- tests/compiler/dart2js/diagnose_ambiguous_test.dart (revision 29677)
+++ tests/compiler/dart2js/diagnose_ambiguous_test.dart (working copy)
@@ -29,7 +29,8 @@
diagnosticHandler,
libraryRoot,
packageRoot,
- ['--analyze-only']);
+ ['--analyze-only'],
+ {});
asyncTest(() => compiler.run(Uri.parse('memory:main.dart')).then((_) {
diagnostics.sort();
var expected = [
« no previous file with comments | « tests/compiler/dart2js/deferred_load_graph_segmentation_test.dart ('k') | tests/compiler/dart2js/memory_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698