Index: test/runner/browser/compact_reporter_test.dart |
diff --git a/test/runner/browser/compact_reporter_test.dart b/test/runner/browser/compact_reporter_test.dart |
index c24cebe4b1e14ea9badb71abbcb63dc2e391e007..24045229d8b888f1d3146c6c7be51d7e9fb4e02f 100644 |
--- a/test/runner/browser/compact_reporter_test.dart |
+++ b/test/runner/browser/compact_reporter_test.dart |
@@ -7,7 +7,7 @@ |
import 'dart:io'; |
import 'package:path/path.dart' as p; |
-import 'package:unittest/unittest.dart'; |
+import 'package:test/test.dart'; |
import '../../io.dart'; |
@@ -15,7 +15,7 @@ String _sandbox; |
void main() { |
setUp(() { |
- _sandbox = Directory.systemTemp.createTempSync('unittest_').path; |
+ _sandbox = Directory.systemTemp.createTempSync('test_').path; |
}); |
tearDown(() { |
@@ -27,7 +27,7 @@ void main() { |
import 'dart:async'; |
import 'package:path/path.dart' as p; |
-import 'package:unittest/unittest.dart'; |
+import 'package:test/test.dart'; |
void main() { |
test("success", () {}); |