arm: disable recursive fibonacci

This commit is contained in:
Jakub Konka 2022-05-14 22:25:04 +02:00 committed by Andrew Kelley
parent 7f96ca101a
commit a0de0adb8e

View File

@ -20,5 +20,5 @@ fn assert(ok: bool) void {
}
// run
// target=arm-linux,x86_64-linux,x86_64-macos,wasm32-wasi
// target=x86_64-linux,x86_64-macos,wasm32-wasi
//