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

Unified Diff: pkg/scheduled_test/test/descriptor_test.dart

Issue 12321091: Fix some dumb test-breaking errors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « pkg/scheduled_test/lib/src/descriptor/entry.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/scheduled_test/test/descriptor_test.dart
diff --git a/pkg/scheduled_test/test/descriptor_test.dart b/pkg/scheduled_test/test/descriptor_test.dart
index abc0761e436e83eec07371308b4a8e24cc439018..1ece013921ee15da55f49a39c6a65267d7defaf2 100644
--- a/pkg/scheduled_test/test/descriptor_test.dart
+++ b/pkg/scheduled_test/test/descriptor_test.dart
@@ -732,7 +732,7 @@ void main() {
]);
expect(dir.load('subdir').toList(),
- throwsA(equals("Can't load the contents of 'subdir': is a "
+ throwsA(equals("Can't read the contents of 'subdir': is a "
"directory.")));
});
});
« no previous file with comments | « pkg/scheduled_test/lib/src/descriptor/entry.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698