Index: tests/html/util.dart |
diff --git a/tests/html/util.dart b/tests/html/util.dart |
index 25bb5022f80a870db21e4f03207f3237628a547f..52735f21d402e85ce53b5080b7bf8541925e55c8 100644 |
--- a/tests/html/util.dart |
+++ b/tests/html/util.dart |
@@ -5,7 +5,7 @@ |
library test.html.util; |
import 'dart:html'; |
-import '../../pkg/unittest/lib/unittest.dart'; |
+import 'package:unittest/unittest.dart'; |
void expectUnsupported(f) => expect(f, throwsUnsupportedError); |