Chromium Code Reviews| Index: test/posix_test.dart |
| diff --git a/test/posix_test.dart b/test/posix_test.dart |
| index 25e3419910b2b435830b0d32989922e68b82b03a..4fa0aa6c48fa28108a3287a9ba9d916f79ee783d 100644 |
| --- a/test/posix_test.dart |
| +++ b/test/posix_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('posix && vm') |
|
nweiz
2015/05/13 18:06:31
"&& vm" is unnecessary here. All the OS selectors
nweiz
2015/05/13 18:07:28
Oh, sorry, I wasn't thinking: this test isn't OS-d
|
| + |
| library path.test.posix_test; |
| -import 'package:unittest/unittest.dart'; |
| +import 'package:test/test.dart'; |
| import 'package:path/path.dart' as path; |
| import 'utils.dart'; |