Index: pkg/analyzer_cli/test/super_mixin_test.dart |
diff --git a/pkg/analyzer_cli/test/super_mixin_test.dart b/pkg/analyzer_cli/test/super_mixin_test.dart |
index 4e99969557ee413149932d1183da0b58a02509f8..d2b7afe5b0232c7f33cd34c1c51663ccd4f7953c 100644 |
--- a/pkg/analyzer_cli/test/super_mixin_test.dart |
+++ b/pkg/analyzer_cli/test/super_mixin_test.dart |
@@ -2,14 +2,13 @@ |
// 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") |
library analyzer_cli.test.super_mixin; |
import 'dart:io'; |
import 'package:analyzer_cli/src/driver.dart' show Driver, errorSink, outSink; |
import 'package:path/path.dart' as path; |
-import 'package:test/test.dart'; |
+import 'package:unittest/unittest.dart'; |
import 'utils.dart'; |