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

Unified Diff: test/run_all.dart

Issue 11092092: Support compiling templates in the browser. Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years, 2 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/analyzer_test.dart ('k') | test/testing.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/run_all.dart
diff --git a/test/run_all.dart b/test/run_all.dart
index 81377daaa2753ad0ebc5a7839182b51ba424ed6d..002ba3ab0c38167ce0632dd72d936448f3256033 100644
--- a/test/run_all.dart
+++ b/test/run_all.dart
@@ -34,6 +34,6 @@ main() {
lister.onFile = (path) {
if (!path.endsWith('_test.html') || !pattern.hasMatch(path)) return;
- test(path, () => dwc.run(['--verbose', path, 'data/output/']));
+ test(path, () => expect(dwc.run(['--verbose', path, 'data/output/']), completes));
};
}
« no previous file with comments | « test/analyzer_test.dart ('k') | test/testing.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698