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

Side by Side Diff: test/codegen/expect/unittest.js

Issue 1413683006: Move runtime js files down to lib/runtime/dart (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 1 month 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 dart_library.library('unittest', null, /* Imports */[ 1 dart_library.library('unittest', null, /* Imports */[
2 "dart_runtime/dart", 2 "dart/_runtime",
3 'matcher/matcher', 3 'matcher/matcher',
4 'dom/dom', 4 'dom/dom',
5 'dart/core', 5 'dart/core',
6 'dart/async', 6 'dart/async',
7 'matcher/src/interfaces', 7 'matcher/src/interfaces',
8 'matcher/src/util', 8 'matcher/src/util',
9 'matcher/src/description' 9 'matcher/src/description'
10 ], /* Lazy imports */[ 10 ], /* Lazy imports */[
11 ], function(exports, dart, matcher, dom, core, async, interfaces, util, descript ion$) { 11 ], function(exports, dart, matcher, dom, core, async, interfaces, util, descript ion$) {
12 'use strict'; 12 'use strict';
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 } 87 }
88 dart.fn(_defaultFailFormatter, core.String, [dart.dynamic, interfaces.Matcher, core.String, core.Map, core.bool]); 88 dart.fn(_defaultFailFormatter, core.String, [dart.dynamic, interfaces.Matcher, core.String, core.Map, core.bool]);
89 // Exports: 89 // Exports:
90 exports.group = group; 90 exports.group = group;
91 exports.test = test; 91 exports.test = test;
92 exports.TestFailure = TestFailure; 92 exports.TestFailure = TestFailure;
93 exports.ErrorFormatter = ErrorFormatter; 93 exports.ErrorFormatter = ErrorFormatter;
94 exports.expect = expect; 94 exports.expect = expect;
95 exports.fail = fail; 95 exports.fail = fail;
96 }); 96 });
OLDNEW
« 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