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

Unified Diff: tests/standalone/io/file_system_watcher_test.dart

Issue 23895002: Remove unused line from file_system_watcher_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/file_system_watcher_test.dart
diff --git a/tests/standalone/io/file_system_watcher_test.dart b/tests/standalone/io/file_system_watcher_test.dart
index 63d60ea5850306ca469c741c06b63fb94d0af4f5..37cb0a8ec3d73c8c6e3e8432c3c8e69ed50470ad 100644
--- a/tests/standalone/io/file_system_watcher_test.dart
+++ b/tests/standalone/io/file_system_watcher_test.dart
@@ -100,8 +100,6 @@ void testWatchDeleteFile() {
asyncEnd();
dir.deleteSync(recursive: true);
}
- }, onDone: () {
- Expect.isTrue(gotEvent);
}, onError: (e) {
dir.deleteSync(recursive: true);
throw e;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698