Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(559)

Unified Diff: test/posix_test.dart

Issue 1132083005: pkg/path: migrate to pkg/test (Closed) Base URL: https://github.com/dart-lang/path.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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';
« pubspec.yaml ('K') | « test/path_test.dart ('k') | test/relative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698