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

Unified Diff: test/codegen_expected/language/prefix10_test.js

Issue 2164763005: Library custom formatters (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Pub upgrade Created 4 years, 5 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: test/codegen_expected/language/prefix10_test.js
diff --git a/test/codegen_expected/language/prefix10_test.js b/test/codegen_expected/language/prefix10_test.js
index a65058d379f9a718a671f2faee5f321def9de454..ce480e1ac4a167687fd28b6c5411950c5ca69b74 100644
--- a/test/codegen_expected/language/prefix10_test.js
+++ b/test/codegen_expected/language/prefix10_test.js
@@ -34,7 +34,7 @@ dart_library.library('language/prefix10_test', null, /* Imports */[
expect$.Expect.equals(7, result);
result = dart.notNull(result) + dart.notNull(core.int._check(library11.Library11.static_func()));
expect$.Expect.equals(9, result);
- result = dart.notNull(result) + dart.notNull(core.int._check(library11.Library11.static_fld));
+ result = dart.notNull(result) + dart.notNull(library11.Library11.static_fld);
expect$.Expect.equals(10, result);
}
static Test3() {

Powered by Google App Engine
This is Rietveld 408576698