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

Unified Diff: pkg/front_end/test/fasta/rasta/unresolved.dart.direct.expect

Issue 2658093007: Update rasta direct expectations. (Closed)
Patch Set: Rebased on 5f1092d494bc8cae2b10917fc41c46764e867923. Created 3 years, 11 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: pkg/front_end/test/fasta/rasta/unresolved.dart.direct.expect
diff --git a/pkg/front_end/test/fasta/rasta/unresolved.dart.direct.expect b/pkg/front_end/test/fasta/rasta/unresolved.dart.direct.expect
index 7a8674fcf6d71ecb6ba0178ac69c32e9a8dac5d2..4ea54845bd1467edc533ad34c03fdadde8d85a06 100644
--- a/pkg/front_end/test/fasta/rasta/unresolved.dart.direct.expect
+++ b/pkg/front_end/test/fasta/rasta/unresolved.dart.direct.expect
@@ -3,5 +3,5 @@ import self as self;
import "dart:core" as core;
static method main() → dynamic {
- throw core::_malformedTypeError("Cannot resolve 'Missing'.");
+ throw new core::NoSuchMethodError::•(null, #Missing, <dynamic>[], <dynamic, dynamic>{}, null);
}

Powered by Google App Engine
This is Rietveld 408576698