From 3c151473a3a2b784aa16eedc2606a9e728ebc1d8 Mon Sep 17 00:00:00 2001 From: emmau678 Date: Tue, 14 Jan 2025 13:11:29 +0000 Subject: [PATCH] minor update to filecheck --- tests/filecheck/dialects/arm/test_ops.mlir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/filecheck/dialects/arm/test_ops.mlir b/tests/filecheck/dialects/arm/test_ops.mlir index 0660157ad1..403e0af6b0 100644 --- a/tests/filecheck/dialects/arm/test_ops.mlir +++ b/tests/filecheck/dialects/arm/test_ops.mlir @@ -17,7 +17,7 @@ // CHECK-ASM: mul x3, x1, x2 # multiply s1 by s2 %dss_mul = arm.dss.mul %x1, %x2 {"comment" = "multiply s1 by s2"} : (!arm.reg, !arm.reg) -> !arm.reg -// CHECK-NEXT: arm.label {"label" = "testlabel", "comment" = "this is a label"} +// CHECK-NEXT: arm.label "testlabel" {"comment" = "this is a label"} // CHECK-ASM: testlabel # this is a label arm.label "testlabel" {comment = "this is a label"}