Skip to content

Commit f26c70e

Browse files
committed
Enable graviola tests on aarch64
1 parent cd848fb commit f26c70e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build_system/tests.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
215215
TestCase::custom("test.graviola", &|runner| {
216216
let (arch, _) = runner.target_compiler.triple.split_once('-').unwrap();
217217

218-
// FIXME: Disable `aarch64` until intrinsics are supported.
219-
if !["x86_64"].contains(&arch) {
218+
if !["aarch64", "x86_64"].contains(&arch) {
220219
eprintln!("Skipping `graviola` tests: unsupported target");
221220
return;
222221
}

0 commit comments

Comments
 (0)