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

Unified Diff: packages/path/test/io_test.dart

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « packages/path/test/browser_test.dart ('k') | packages/path/test/path_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « packages/path/test/browser_test.dart ('k') | packages/path/test/path_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698