We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485014d commit 143f2e4Copy full SHA for 143f2e4
test/integration/build_test.cr
@@ -67,7 +67,7 @@ class BuildCommandTest < Minitest::Test
67
run "shards build --no-color app"
68
end
69
assert_match "target app failed to compile", ex.stdout
70
- assert_match "Syntax error", ex.stdout
+ assert_match "unexpected token: ...", ex.stdout
71
refute File.exists?(bin_path("app"))
72
73
0 commit comments