| Index: LayoutTests/fast/js/console-non-string-values.html
|
| diff --git a/LayoutTests/fast/js/console-non-string-values.html b/LayoutTests/fast/js/console-non-string-values.html
|
| index a14f1ead63295ea1c3b1aebeb50a88c44695ee9f..e33957656a785bbd377cfa54514f2c9b0b9c2e2c 100644
|
| --- a/LayoutTests/fast/js/console-non-string-values.html
|
| +++ b/LayoutTests/fast/js/console-non-string-values.html
|
| @@ -9,6 +9,5 @@ debug('Should see two console messages, the first a string, and the second a num
|
| window.console.log('I am a string');
|
| window.console.log(42);
|
| </script>
|
| -<script src="resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|