blob: f2270770c09749ebebb3b309fa50ed87a4824881 [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();
}