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

Unified Diff: test/windows_test.dart

Issue 1235823009: Upgrade to the new test runner. (Closed) Base URL: git@github.com:dart-lang/path@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « test/utils.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/windows_test.dart
diff --git a/test/windows_test.dart b/test/windows_test.dart
index 69428378dc2a6496924f6f83f736e295661b5b27..a32f1fec15458f96a2f6f02b6fe3f10cb91a0494 100644
--- a/test/windows_test.dart
+++ b/test/windows_test.dart
@@ -4,7 +4,7 @@
library path.test.windows_test;
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
import 'package:path/path.dart' as path;
import 'utils.dart';
@@ -13,7 +13,7 @@ main() {
var context =
new path.Context(style: path.Style.windows, current: r'C:\root\path');
- group('separator', () {
Bob Nystrom 2015/07/16 15:42:16 Oops.
+ test('separator', () {
expect(context.separator, '\\');
});
« no previous file with comments | « test/utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698