blob: 5ffb11738382b44862bf416c5d3edbb0d9f53f7b [file] [log] [blame]
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@TestOn('mac-os')
@Skip("Flaky due to sdk#23877")
import 'package:test/test.dart';
import 'package:watcher/src/directory_watcher/mac_os.dart';
import 'shared.dart';
import '../utils.dart';
void main() {
watcherFactory = (dir) => MacOSDirectoryWatcher(dir);
sharedTests();
}