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

Unified Diff: tests/language/illegal_invocation_test.dart

Issue 24789003: Fix test failure expectations and update status files. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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/language/illegal_invocation_test.dart
===================================================================
--- tests/language/illegal_invocation_test.dart (revision 27975)
+++ tests/language/illegal_invocation_test.dart (working copy)
@@ -6,7 +6,7 @@
// Test for issue 1393. Invoking a library prefix name caused an internal error
// in dartc.
-import "illegal_invocation_lib.dart" as foo; /// 01: compile-time error
+import "illegal_invocation_lib.dart" as foo; /// 01: runtime error
main() {
// probably what the user meant was foo.foo(), but the qualifier refers

Powered by Google App Engine
This is Rietveld 408576698