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

Unified Diff: test/codegen/expect/unittest/unittest.js

Issue 1641643004: Roll analyzer to 0.27.2-alpha.1 (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Rerun tests and format Created 4 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
« no previous file with comments | « test/codegen/expect/unittest.js ('k') | test/codegen_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/unittest/unittest.js
diff --git a/test/codegen/expect/unittest/unittest.js b/test/codegen/expect/unittest/unittest.js
index 245f8ea94b6d4643e7811198ed7d8aa47b258b4a..c1ba74bc7bc69b2cd3faca46640c46dfbbc54893 100644
--- a/test/codegen/expect/unittest/unittest.js
+++ b/test/codegen/expect/unittest/unittest.js
@@ -25,7 +25,7 @@ dart_library.library('unittest/unittest', null, /* Imports */[
dart.dsend(dom.window, 'test', name, dart.fn(done => {
function _finishTest(f) {
if (dart.is(f, async.Future)) {
- dart.dsend(f, 'then', _finishTest);
+ f.then(_finishTest);
} else {
dart.dcall(done);
}
« no previous file with comments | « test/codegen/expect/unittest.js ('k') | test/codegen_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698