| Index: utils/tip/froggertest.html
|
| diff --git a/utils/tip/froggertest.html b/utils/tip/froggertest.html
|
| index 5682293c708941583d76c466af89314e39d3bd65..d265670f15e5ae84326293a848fcc953a7c77daf 100644
|
| --- a/utils/tip/froggertest.html
|
| +++ b/utils/tip/froggertest.html
|
| @@ -4,7 +4,7 @@
|
| src="../../client/testing/unittest/test_controller.js"></script>
|
| <script type="application/dart">
|
| #import('dart:dom');
|
| -#import('../../client/testing/unittest/unittest.dart');
|
| +#import('../../client/testing/unittest/unittest_dom.dart');
|
|
|
| void main() {
|
| test('MathTest', () { Expect.equals(2, 1 + 1); });
|
|
|