From 539a7f1b43d09ef539b2fd15875f8ac765600263 Mon Sep 17 00:00:00 2001 From: Uday Bondhugula Date: Sun, 15 Sep 2019 10:43:22 +0530 Subject: [PATCH] Fix typo in test/AffineOps/ops.mlir --- test/AffineOps/ops.mlir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/AffineOps/ops.mlir b/test/AffineOps/ops.mlir index 3b04353dc0c2..69dd4b837151 100644 --- a/test/AffineOps/ops.mlir +++ b/test/AffineOps/ops.mlir @@ -44,7 +44,7 @@ func @empty() { // Check that an explicit affine terminator is not printed in custom format. // Check that no extra terminator is introduced. -// CHEKC-LABEL: @affine_terminator +// CHECK-LABEL: @affine_terminator func @affine_terminator() { // CHECK: affine.for // CHECK-NEXT: }