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