Skip to content

Commit 143f2e4

Browse files
Sijaysbaddaden
authored andcommitted
Fix failing spec
1 parent 485014d commit 143f2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/build_test.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class BuildCommandTest < Minitest::Test
6767
run "shards build --no-color app"
6868
end
6969
assert_match "target app failed to compile", ex.stdout
70-
assert_match "Syntax error", ex.stdout
70+
assert_match "unexpected token: ...", ex.stdout
7171
refute File.exists?(bin_path("app"))
7272
end
7373
end

0 commit comments

Comments
 (0)