Chromium Code Reviews| Index: test/preparser/non-use-strict-hex-escape.js |
| diff --git a/test/preparser/non-use-strict-hex-escape.js b/test/preparser/non-use-strict-hex-escape.js |
| index bf2892316067ac38f9952921e044e996fe11e92f..44db66e42fb16ef80a3f212af58b2fdcfb5b8c2e 100644 |
| --- a/test/preparser/non-use-strict-hex-escape.js |
| +++ b/test/preparser/non-use-strict-hex-escape.js |
| @@ -32,4 +32,4 @@ function foo() { |
| "use\x20strict"; |
| var x = "hello\040world"; |
| return x; |
| -} |
| +} |