disable test on arm

master
Vexu 2019-12-17 01:57:06 +02:00
parent ab7fc33c83
commit 2252951066
No known key found for this signature in database
GPG Key ID: 59AEB8936E16A6AC
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ fn testAtomicStore() void {
}
test "atomicrmw with floats" {
if (builtin.arch == .aarch64 or builtin.arch == .arm)
return;
testAtomicRmwFloat();
}