From 16eac9656082e3414cc29499ef55a3a6ed54b5cb Mon Sep 17 00:00:00 2001 From: Uday Bondhugula Date: Sun, 15 Sep 2019 09:05:54 -0700 Subject: [PATCH] Fix typo in test/AffineOps/ops.mlir Closes tensorflow/mlir#135 COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/135 from bondhugula:patch-1 539a7f1b43d09ef539b2fd15875f8ac765600263 PiperOrigin-RevId: 269187507 --- mlir/test/AffineOps/ops.mlir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/test/AffineOps/ops.mlir b/mlir/test/AffineOps/ops.mlir index 3b04353dc0c2..69dd4b837151 100644 --- a/mlir/test/AffineOps/ops.mlir +++ b/mlir/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: }