From 573283f2608b7e8af0d57c2610b3f1b8ec9e9fb2 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 5 Dec 2014 23:11:04 +1100 Subject: [PATCH] fix bin/6to5 error message test --- test/fixtures/bin/6to5/stdin --filename/stderr.txt | 2 +- test/fixtures/bin/6to5/stdin --filename/stdin.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/bin/6to5/stdin --filename/stderr.txt b/test/fixtures/bin/6to5/stdin --filename/stderr.txt index 0c90be7aa2..40674d06f1 100644 --- a/test/fixtures/bin/6to5/stdin --filename/stderr.txt +++ b/test/fixtures/bin/6to5/stdin --filename/stderr.txt @@ -1 +1 @@ -SyntaxError: test.js: Unexpected character '@' +SyntaxError: test.js: Unexpected character '#' diff --git a/test/fixtures/bin/6to5/stdin --filename/stdin.txt b/test/fixtures/bin/6to5/stdin --filename/stdin.txt index c79fc370db..6b84913768 100644 --- a/test/fixtures/bin/6to5/stdin --filename/stdin.txt +++ b/test/fixtures/bin/6to5/stdin --filename/stdin.txt @@ -1,3 +1,3 @@ arr.map(x => { - $@! + $#! });