Index: tests/html/canvasrenderingcontext2d_test.dart |
diff --git a/tests/html/canvasrenderingcontext2d_test.dart b/tests/html/canvasrenderingcontext2d_test.dart |
index fa4402fca9349ac965f10398f9df683dc7817f17..8976362d0bee01190127dcd21058ec84ac0846f9 100644 |
--- a/tests/html/canvasrenderingcontext2d_test.dart |
+++ b/tests/html/canvasrenderingcontext2d_test.dart |
@@ -2,8 +2,8 @@ |
// 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 canvas_rendering_context_2d_test; import '../../pkg/unittest/lib/unittest.dart'; |
-import '../../pkg/unittest/lib/html_individual_config.dart'; |
+library canvas_rendering_context_2d_test; import 'package:unittest/unittest.dart'; |
Siggi Cherem (dart-lang)
2014/04/09 19:28:58
might be good to fix this while you are here
kevmoo
2014/04/09 19:41:08
Done.
|
+import 'package:unittest/html_individual_config.dart'; |
import 'dart:html'; |
import 'dart:math'; |