about summary refs log tree commit diff
path: root/tests/codegen/simd
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2024-05-11 13:09:21 +0300
committerklensy <klensy@users.noreply.github.com>2024-05-11 13:10:24 +0300
commitd97ed2d349a2a1c993343b70d8d28cb9abfb0f2e (patch)
tree13caf06cea5287f82ea70ef8c080fcc8fa2ed078 /tests/codegen/simd
parentbe7549f82c194c7a5dc8f34ed0541bfebbaf33ea (diff)
downloadrust-d97ed2d349a2a1c993343b70d8d28cb9abfb0f2e.tar.gz
rust-d97ed2d349a2a1c993343b70d8d28cb9abfb0f2e.zip
fix few typo in filecheck annotations
Diffstat (limited to 'tests/codegen/simd')
-rw-r--r--tests/codegen/simd/issue-120720-reduce-nan.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/simd/issue-120720-reduce-nan.rs b/tests/codegen/simd/issue-120720-reduce-nan.rs
index 2c6098c0489..0372582bf7f 100644
--- a/tests/codegen/simd/issue-120720-reduce-nan.rs
+++ b/tests/codegen/simd/issue-120720-reduce-nan.rs
@@ -8,7 +8,7 @@
 #![feature(stdarch_x86_avx512, avx512_target_feature)]
 use std::arch::x86_64::*;
 
-// CHECK-label: @demo(
+// CHECK-LABEL: @demo(
 #[no_mangle]
 #[target_feature(enable = "avx512f")] // Function-level target feature mismatches inhibit inlining
 pub unsafe fn demo() -> bool {