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

Unified Diff: pkg/front_end/testcases/external.dart.direct.expect

Issue 2933763002: Update golden files. (Closed)
Patch Set: Add bug number for native_is_illegal. Created 3 years, 6 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/testcases/external.dart.direct.expect
diff --git a/pkg/front_end/testcases/external.dart.direct.expect b/pkg/front_end/testcases/external.dart.direct.expect
index 74c2005687db45166e67a6179151d6a248415ab0..48a61ed752949fdd9bca88f3bcd1da12d65dcdd1 100644
--- a/pkg/front_end/testcases/external.dart.direct.expect
+++ b/pkg/front_end/testcases/external.dart.direct.expect
@@ -3,14 +3,14 @@ import self as self;
import "dart:core" as core;
import "dart:isolate" as iso;
-static field dynamic subscription = null;
+static field dynamic subscription;
static method onData(dynamic x) → void {
core::print(x);
self::subscription.cancel();
}
static method main() → dynamic {
dynamic string = core::String::fromCharCode(65);
- dynamic port = iso::ReceivePort::•();
+ dynamic port = new iso::_ReceivePortImpl::•();
self::subscription = port.listen(self::onData);
port.sendPort.send(string);
}
« no previous file with comments | « pkg/front_end/testcases/covariant_generic.dart.direct.expect ('k') | pkg/front_end/testcases/invocations.dart.direct.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698