Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unexpected token compiler error match #532

Merged

Conversation

straight-shoota
Copy link
Member

After crystal-lang/crystal#11473 the following spec in shards' spec suite is broken:

  1) build reports error when target failed to compile
     Failure/Error: ex.stdout.should contain("unexpected token: ...")

       Expected:   "I: Dependencies are satisfied\nI: Building: app\nE: Error target app failed to compile:\n\e[33mUsing compiled compiler at /home/johannes/Projects/crystal-lang/crystal/.build/crystal\e[0m\nIn src/cli.cr:1:8\n\n 1 | a = ......\n            ^\nError: unexpected token: \"...\"\n\n"
       to include: "unexpected token: ..."

     # spec/integration/build_spec.cr:70

@straight-shoota straight-shoota merged commit 1739c0f into crystal-lang:master Dec 2, 2021
@straight-shoota straight-shoota deleted the fix/unkown-token-error branch December 2, 2021 12:47
@straight-shoota straight-shoota added this to the v0.17.0 milestone Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants