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)); |
}; |
} |