diff options
| author | Uday Bondhugula <udayb@iisc.ac.in> | 2019-09-15 09:05:54 -0700 |
|---|---|---|
| committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-09-15 09:06:39 -0700 |
| commit | 16eac9656082e3414cc29499ef55a3a6ed54b5cb (patch) | |
| tree | 22a426c2bca7298765392352065c0e9bd4f3f11c | |
| parent | f22011ccbad1a8a55260069d195a17d5ae275b41 (diff) | |
| download | bcm5719-llvm-16eac9656082e3414cc29499ef55a3a6ed54b5cb.tar.gz bcm5719-llvm-16eac9656082e3414cc29499ef55a3a6ed54b5cb.zip | |
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
| -rw-r--r-- | mlir/test/AffineOps/ops.mlir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/test/AffineOps/ops.mlir b/mlir/test/AffineOps/ops.mlir index 3b04353dc0c..69dd4b83715 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: } |

