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 failed tests after compiler PR #269 #104

Merged
merged 1 commit into from
Mar 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion formats_err/expr_bytes_to_s_arg0.ksy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# expr_bytes_to_s_arg0.ksy: /instances/bad/value:
# error: to_s: expected 1 argument, got 0
# error: wrong arguments to method call `to_s` on byte array: expected (string), got ()
#
meta:
id: expr_bytes_to_s_arg0
Expand Down
2 changes: 1 addition & 1 deletion formats_err/expr_bytes_to_s_arg2.ksy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# expr_bytes_to_s_arg2.ksy: /instances/bad/value:
# error: to_s: expected 1 argument, got 2
# error: wrong arguments to method call `to_s` on byte array: expected (string), got (Str(foo), Str(bar))
#
meta:
id: expr_bytes_to_s_arg2
Expand Down
2 changes: 1 addition & 1 deletion formats_err/expr_bytes_to_s_type.ksy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# expr_bytes_to_s_type.ksy: /instances/bad/value:
# error: to_s: argument #0: expected string literal, got IntNum(123)
# error: wrong arguments to method call `to_s` on byte array: expected (string), got (IntNum(123))
#
meta:
id: expr_bytes_to_s_type
Expand Down