From 984605d668c78fa6aa755740b3af2d90d9bc3615 Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Sat, 8 Feb 2025 21:46:06 -0800 Subject: [PATCH] mutter mumbleg --- tests/assembly/x86-return-float.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/assembly/x86-return-float.rs b/tests/assembly/x86-return-float.rs index 35b9e2d18d392..ad760627b3a36 100644 --- a/tests/assembly/x86-return-float.rs +++ b/tests/assembly/x86-return-float.rs @@ -11,7 +11,8 @@ //@ filecheck-flags: --implicit-check-not fld --implicit-check-not fst //@ revisions: linux win //@ add-core-stubs -//@ needs-llvm-components: x86 +//@[linux] needs-llvm-components: x86 +//@[win] needs-llvm-components: x86 //@[linux] compile-flags: --target i686-unknown-linux-gnu //@[win] compile-flags: --target i686-pc-windows-msvc