Skip to content

Commit

Permalink
Fix failing test for rust (update expected message)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentlb committed Feb 4, 2024
1 parent 83dd277 commit 5ca1018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_suite/testdata/rust/regression.star
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Regression for https://github.com/google/starlark-rust/issues/10
"abc" * True ### (Type of parameters mismatch|unknown binary op|unsupported)
"abc" * True ### (Type of parameters mismatch|unknown binary op|unsupported|not supported)
---
# Make sure int * string works as well as string * int
assert_eq(3 * "abc", "abcabcabc")
Expand Down

0 comments on commit 5ca1018

Please sign in to comment.