From 75d2e5b1236afc5f8211726ac24887f59f47f09b Mon Sep 17 00:00:00 2001 From: Scott McMurray Date: Sat, 23 Mar 2024 00:02:53 -0700 Subject: [PATCH] Avoid non-windows non-linux in assembly x64 test --- tests/assembly/x86_64-typed-swap.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/assembly/x86_64-typed-swap.rs b/tests/assembly/x86_64-typed-swap.rs index dd2a9f6edae..95e87519e6c 100644 --- a/tests/assembly/x86_64-typed-swap.rs +++ b/tests/assembly/x86_64-typed-swap.rs @@ -1,3 +1,6 @@ +//@ revisions: WIN LIN +//@ [WIN] only-windows +//@ [LIN] only-linux //@ only-x86_64 //@ assembly-output: emit-asm //@ compile-flags: --crate-type=lib -O