Skip to content

Commit b6ace6e

Browse files
committed
Revert "Disable AArch64 FP-to-int tests"
This reverts commit 9e76b91.
1 parent 6e4ee67 commit b6ace6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testcrate/tests/conv.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ macro_rules! f_to_i {
9595
};
9696
}
9797

98-
// AArch64 tests are currently broken due to https://github.com/rust-lang/rust/issues/83467
99-
#[cfg(not(target_arch = "aarch64"))]
10098
#[test]
10199
fn float_to_int() {
102100
use compiler_builtins::float::conv::{

0 commit comments

Comments
 (0)