Skip to content

Commit 1876359

Browse files
committed
Remove test skip on Windows.
1 parent 6866f9b commit 1876359

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkgs/watcher/test/directory_watcher/shared.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,6 @@ void sharedTests() {
280280
isRemoveEvent('old'),
281281
isAddEvent('new')
282282
]);
283-
}, onPlatform: {
284-
'windows': const Skip('https://github.com/dart-lang/watcher/issues/21')
285283
});
286284

287285
test('emits events for many nested files added at once', () async {

0 commit comments

Comments
 (0)