Index: tests/html/dromaeo_smoke_test.dart |
diff --git a/tests/html/dromaeo_smoke_test.dart b/tests/html/dromaeo_smoke_test.dart |
index 1334954dba0f5df00d3c626274b20282bdc54253..c5bfae312aa5951f9b997c937ebedb12ccc17ad2 100644 |
--- a/tests/html/dromaeo_smoke_test.dart |
+++ b/tests/html/dromaeo_smoke_test.dart |
@@ -3,8 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
library dromaeo; |
-import '../../pkg/unittest/lib/unittest.dart'; |
-import '../../pkg/unittest/lib/html_config.dart'; |
+import 'package:unittest/unittest.dart'; |
+import 'package:unittest/html_config.dart'; |
import '../../samples/third_party/dromaeo/web/Dromaeo.dart' as originalTest; |
import 'dart:html'; |
import 'dart:async'; |