Chromium Code Reviews

Unified Diff: pkg/unittest/test/unittest_invalid_ops_test.dart

Issue 135013006: Reverting 32284 - unittest using zones - investigating breaks in html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « pkg/unittest/lib/unittest.dart ('k') | pkg/unittest/test/unittest_protect_async_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/test/unittest_invalid_ops_test.dart
diff --git a/pkg/unittest/test/unittest_invalid_ops_test.dart b/pkg/unittest/test/unittest_invalid_ops_test.dart
index 4f1091c003fee2454cbfead5beeaa2330af8d6ca..e70d8a8815331e057f0b300297850dd52a5d0ab9 100644
--- a/pkg/unittest/test/unittest_invalid_ops_test.dart
+++ b/pkg/unittest/test/unittest_invalid_ops_test.dart
@@ -20,6 +20,7 @@ var testFunction = (_) {
expect(() => setUp(() {}), throwsStateError);
expect(() => tearDown(() {}), throwsStateError);
expect(() => runTests(), throwsStateError);
+ expect(() => rerunTests(), throwsStateError);
});
};
« no previous file with comments | « pkg/unittest/lib/unittest.dart ('k') | pkg/unittest/test/unittest_protect_async_test.dart » ('j') | no next file with comments »

Powered by Google App Engine