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

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

Issue 1530563003: Generate all runtime files from dart. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged master 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/try_catch.js ('k') | test/codegen/expect/unittest/unittest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/unittest.js
diff --git a/test/codegen/expect/unittest.js b/test/codegen/expect/unittest.js
index c8c092ba356586f3d132756bf7a4574d9b58500c..671719272dab6d92c854ba0eec0ada83b81d5c77 100644
--- a/test/codegen/expect/unittest.js
+++ b/test/codegen/expect/unittest.js
@@ -1,5 +1,5 @@
dart_library.library('unittest', null, /* Imports */[
- "dart/_runtime",
+ 'dart/_runtime',
'matcher/matcher',
'dom/dom',
'dart/core',
@@ -11,7 +11,7 @@ dart_library.library('unittest', null, /* Imports */[
], function(exports, dart, matcher, dom, core, async, interfaces, util, description$) {
'use strict';
let dartx = dart.dartx;
- dart.export_(exports, matcher);
+ dart.export(exports, matcher);
function group(name, body) {
return dart.dsend(dom.window, 'suite', name, body);
}
« no previous file with comments | « test/codegen/expect/try_catch.js ('k') | test/codegen/expect/unittest/unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698