| Index: packages/path/test/io_test.dart
|
| diff --git a/packages/path/test/io_test.dart b/packages/path/test/io_test.dart
|
| index e8555222e784605ccb39d74529545dc413461e3d..f15f82dd33d44f375dcea0293149c15cf0853640 100644
|
| --- a/packages/path/test/io_test.dart
|
| +++ b/packages/path/test/io_test.dart
|
| @@ -2,9 +2,11 @@
|
| // 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('vm')
|
| +
|
| import 'dart:io' as io;
|
|
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
| import 'package:path/path.dart' as path;
|
|
|
| main() {
|
|
|