Skip to content

Commit

Permalink
update the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacvando committed Jan 28, 2025
1 parent 38c99ec commit 5efb5f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/all-fail/all-fail-test.roc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.19.0/bi5zubJ-_Hva9vxxPq4kNx4WHX6oFs8OP6Ad0tCYlrY.tar.br" }
app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.19.0/Hj-J_zxz7V9YurCSTFcFdu6cQJie4guzsPMUi5kBYUk.tar.br" }

expect 2 + 2 == 5
expect "four" == "five"
Expand Down
2 changes: 1 addition & 1 deletion tests/partial-fail/partial-fail-test.roc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.19.0/bi5zubJ-_Hva9vxxPq4kNx4WHX6oFs8OP6Ad0tCYlrY.tar.br" }
app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.19.0/Hj-J_zxz7V9YurCSTFcFdu6cQJie4guzsPMUi5kBYUk.tar.br" }

expect 2 + 2 == 4
expect "hello" == "good bye"
Expand Down
2 changes: 1 addition & 1 deletion tests/success/success-test.roc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.19.0/bi5zubJ-_Hva9vxxPq4kNx4WHX6oFs8OP6Ad0tCYlrY.tar.br" }
app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.19.0/Hj-J_zxz7V9YurCSTFcFdu6cQJie4guzsPMUi5kBYUk.tar.br" }

expect 2 + 2 == 4
expect "four" == "four"
Expand Down
2 changes: 1 addition & 1 deletion tests/syntax-error/syntax-error-test.roc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.19.0/bi5zubJ-_Hva9vxxPq4kNx4WHX6oFs8OP6Ad0tCYlrY.tar.br" }
app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.19.0/Hj-J_zxz7V9YurCSTFcFdu6cQJie4guzsPMUi5kBYUk.tar.br" }

import (

Expand Down

0 comments on commit 5efb5f9

Please sign in to comment.