| Index: tests/lib/js/null_test.html
|
| diff --git a/tests/lib/js/null_test.html b/tests/lib/js/null_test.html
|
| index 8d23cfad0f6d8d9939a2bdd3d075532d32fa6e2a..65b66b70d1255cefdae08bedd3da5b9aab069d0d 100644
|
| --- a/tests/lib/js/null_test.html
|
| +++ b/tests/lib/js/null_test.html
|
| @@ -13,10 +13,7 @@
|
| </head>
|
| <body>
|
| <h1> Running null_test </h1>
|
| - <script>
|
| - function isUndefined(o) { return o === undefined; }
|
| - function isNull(o) { return o === null; }
|
| - </script>
|
| + <script src="/root_dart/tests/lib/js/null_test.js"></script>
|
| <script type="text/javascript"
|
| src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
| %TEST_SCRIPTS%
|
|
|