Skip to content

Commit

Permalink
Update tests for changed error messages in Babylon (#4727)
Browse files Browse the repository at this point in the history
Depends on babel/babylon#172.
  • Loading branch information
motiz88 authored and hzoo committed Oct 14, 2016
1 parent 2827d66 commit 76de1cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1 +1 @@
SyntaxError: test.js: Unexpected token (2:10)
SyntaxError: test.js: Unexpected token, expected ; (2:10)
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (2:10)"
"throws": "Unexpected token, expected ; (2:10)"
}

0 comments on commit 76de1cc

Please sign in to comment.