Index: pkg/dev_compiler/test/codegen/lib/html/fontface_test.dart |
diff --git a/pkg/dev_compiler/test/codegen/lib/html/fontface_test.dart b/pkg/dev_compiler/test/codegen/lib/html/fontface_test.dart |
index 8247a8a268e7e5c28401c3aed9a42b625ae7c77a..9f0357b0a90d90215ce49b35ebbc8645a94d720d 100644 |
--- a/pkg/dev_compiler/test/codegen/lib/html/fontface_test.dart |
+++ b/pkg/dev_compiler/test/codegen/lib/html/fontface_test.dart |
@@ -2,16 +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. |
-library fontface_test; |
- |
-import 'package:unittest/unittest.dart'; |
-import 'package:unittest/html_config.dart'; |
- |
import 'dart:html'; |
-main() { |
- useHtmlConfiguration(); |
+import 'package:minitest/minitest.dart'; |
+main() { |
test("Creation with parameters", () { |
var font = |
new FontFace('Ahem', 'url(Ahem.ttf)', {'variant': 'small-caps'}); |