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
This commit is contained in:
Uday Bondhugula 2019-09-15 09:05:54 -07:00 committed by A. Unique TensorFlower
parent f22011ccba
commit 16eac96560
1 changed files with 1 additions and 1 deletions

View File

@ -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: }