Skip to content

Commit 22b0692

Browse files
committed
bisect
1 parent f0ef797 commit 22b0692

File tree

1 file changed

+1
-1
lines changed
  • builtins-test-intrinsics/src

1 file changed

+1
-1
lines changed

builtins-test-intrinsics/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ fn run() {
603603
// bb(floatuntitf(bb(2)));
604604
// #[cfg(f128_enabled)]
605605
// bb(gttf(bb(2.), bb(2.)));
606-
// bb(lshrti3(bb(2), bb(2)));
606+
bb(lshrti3(bb(2), bb(2)));
607607
// #[cfg(f128_enabled)]
608608
// bb(lttf(bb(2.), bb(2.)));
609609
// group 2.5.5

0 commit comments

Comments
 (0)