summaryrefslogtreecommitdiff
path: root/tests/assembly/x86_64-floating-point-clamp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/assembly/x86_64-floating-point-clamp.rs')
-rw-r--r--tests/assembly/x86_64-floating-point-clamp.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/assembly/x86_64-floating-point-clamp.rs b/tests/assembly/x86_64-floating-point-clamp.rs
index 0bc6baad479..4a72a7f44fa 100644
--- a/tests/assembly/x86_64-floating-point-clamp.rs
+++ b/tests/assembly/x86_64-floating-point-clamp.rs
@@ -1,10 +1,10 @@
// Floating-point clamp is designed to be implementable as max+min,
// so check to make sure that's what it's actually emitting.
-// assembly-output: emit-asm
-// compile-flags: --crate-type=lib -O -C llvm-args=-x86-asm-syntax=intel
-// only-x86_64
-// ignore-sgx
+//@ assembly-output: emit-asm
+//@ compile-flags: --crate-type=lib -O -C llvm-args=-x86-asm-syntax=intel
+//@ only-x86_64
+//@ ignore-sgx
// CHECK-LABEL: clamp_demo:
#[no_mangle]