| Index: test/lexer/cornercases/harmony-number-and-identifier.js
|
| diff --git a/test/lexer/cornercases/harmony-number-and-identifier.js b/test/lexer/cornercases/harmony-number-and-identifier.js
|
| index 592b867ed36239ad770598f0603268259eee074f..e3d9e68d1aa0c34e8654939279f1b58d7f76531b 100644
|
| --- a/test/lexer/cornercases/harmony-number-and-identifier.js
|
| +++ b/test/lexer/cornercases/harmony-number-and-identifier.js
|
| @@ -25,6 +25,8 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| +// Flags: --use-harmony
|
| +
|
| // Harmony numeric literals.
|
| 0b1101 0B1101 0o1234 0O1234
|
|
|
|
|