Index: test/dartdevc/build_test.dart |
diff --git a/test/dartdevc/build_test.dart b/test/dartdevc/build_test.dart |
index b1d1981e52af3d21822655876cc771fb915f2485..96047582cb75611e892f14a19a67cd56a56523d3 100644 |
--- a/test/dartdevc/build_test.dart |
+++ b/test/dartdevc/build_test.dart |
@@ -68,7 +68,8 @@ void main() => other.main(); |
d.matcherFile('main.dart.bootstrap.js', isNot(isEmpty)), |
d.matcherFile('dart_sdk.js', isNot(isEmpty)), |
d.matcherFile('require.js', isNot(isEmpty)), |
- d.matcherFile('web__main.js', isNot(isEmpty)), |
jakemac
2017/05/19 14:38:06
Why is this one removed? It should still exist (it
Jacob
2017/05/19 16:24:02
user error. added back.
|
+ d.matcherFile('dart_stack_trace_mapper.js', isNot(isEmpty)), |
+ d.matcherFile('ddc_web_compiler.js', isNot(isEmpty)), |
d.dir('packages', [ |
d.dir('foo', [d.matcherFile('lib__foo.js', isNot(isEmpty))]), |
d.dir(appPath, [d.matcherFile('lib__hello.js', isNot(isEmpty))]), |
@@ -86,6 +87,8 @@ void main() => other.main(); |
)), |
d.matcherFile('dart_sdk.js', isNot(isEmpty)), |
d.matcherFile('require.js', isNot(isEmpty)), |
+ d.matcherFile('dart_stack_trace_mapper.js', isNot(isEmpty)), |
+ d.matcherFile('ddc_web_compiler.js', isNot(isEmpty)), |
]), |
]), |
]), |