Chromium Code Reviews| Index: test/preparser/strict-octal-indirect-regexp.js |
| diff --git a/test/preparser/strict-octal-indirect-regexp.js b/test/preparser/strict-octal-indirect-regexp.js |
| index 122bd3de0602daaf50ac8e647137eb4927e8915e..ea5c5e334831e817ad136a33b814bbd823522403 100644 |
| --- a/test/preparser/strict-octal-indirect-regexp.js |
| +++ b/test/preparser/strict-octal-indirect-regexp.js |
| @@ -31,4 +31,4 @@ function foo() { |
| "use strict"; |
| var re = RegExp("Hello\\040World"); |
| return re; |
| -} |
| +} |