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

Unified Diff: pkg/watcher/test/path_set_test.dart

Issue 67973003: Fix a typo in path_set_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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: pkg/watcher/test/path_set_test.dart
diff --git a/pkg/watcher/test/path_set_test.dart b/pkg/watcher/test/path_set_test.dart
index dc1f72977b9b1f121e8b4c9a5742eed090b4bf9a..f433ad3c35cfae2d60038b4139cbd848edbc3429 100644
--- a/pkg/watcher/test/path_set_test.dart
+++ b/pkg/watcher/test/path_set_test.dart
@@ -218,7 +218,7 @@ void main() {
set.add("root/path/to/two");
set.remove("root/path/to/two");
- expect(set.toSet(), unorderedEquals([p.normalizze("root/path/to/one")]));
+ expect(set.toSet(), unorderedEquals([p.normalize("root/path/to/one")]));
});
});
« 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