Skip to content

Commit e8157a5

Browse files
committed
fix macro test
1 parent 10293f5 commit e8157a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builtins-test/tests/lse.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ test_op!(add, |left, right| left.wrapping_add(right));
8787
test_op!(clr, |left, right| left & !right);
8888
test_op!(xor, std::ops::BitXor::bitxor);
8989
test_op!(or, std::ops::BitOr::bitor);
90-
90+
use compiler_builtins::foreach_bytes;
91+
use compiler_builtins::foreach_ordering;
9192
compiler_builtins::foreach_cas!(cas::test);
9293
compiler_builtins::foreach_cas16!(test_cas16);
9394
compiler_builtins::foreach_swp!(swap::test);

0 commit comments

Comments
 (0)