aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/gleam/bit_array_test.gleam1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gleam/bit_array_test.gleam b/test/gleam/bit_array_test.gleam
index 7d1d03b..56b6bf5 100644
--- a/test/gleam/bit_array_test.gleam
+++ b/test/gleam/bit_array_test.gleam
@@ -410,6 +410,7 @@ pub fn compare_mixed_utfs_test() {
|> should.equal(order.Eq)
}
+@target(erlang)
pub fn compare_different_sizes_test() {
bit_array.compare(<<4:5>>, <<4:5>>)
|> should.equal(order.Eq)