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

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

Issue 923103003: Avoid spurious "The compiler crashed" messages in batch mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix indentation. Created 5 years, 10 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 | « pkg/compiler/lib/src/dart2js.dart ('k') | tests/compiler/dart2js/dart2js_batch2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/dart2js_batch2_run.dart
diff --git a/runtime/lib/async_patch.dart b/tests/compiler/dart2js/dart2js_batch2_run.dart
similarity index 83%
copy from runtime/lib/async_patch.dart
copy to tests/compiler/dart2js/dart2js_batch2_run.dart
index 682ee8b10a4ec2d6b8496a5f06496f428819a00e..aee55ef18e5fa77c47bcbf53f5c16125299ed77a 100644
--- a/runtime/lib/async_patch.dart
+++ b/tests/compiler/dart2js/dart2js_batch2_run.dart
@@ -2,5 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import "dart:_internal";
+@notExisting
+var x;
+main() {
+ print(x);
+}
« no previous file with comments | « pkg/compiler/lib/src/dart2js.dart ('k') | tests/compiler/dart2js/dart2js_batch2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698