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

Unified Diff: lib/src/test_case.dart

Issue 845153003: Bumped matcher version constraint (Closed) Base URL: https://github.com/dart-lang/unittest.git@master
Patch Set: Created 5 years, 11 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 | « lib/html_enhanced_config.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/test_case.dart
diff --git a/lib/src/test_case.dart b/lib/src/test_case.dart
index a365cc662b42eea3c73c05b8c988d200c2514f42..e6d2171c4c768af7991dc3963d00628387378439 100644
--- a/lib/src/test_case.dart
+++ b/lib/src/test_case.dart
@@ -55,8 +55,6 @@ class TestCase {
bool get enabled => _enabled;
- bool _doneTeardown = false;
-
Completer _testComplete;
TestCase._internal(this.id, this.description, this._testFunction)
« no previous file with comments | « lib/html_enhanced_config.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698