Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Fix typo in test/AffineOps/ops.mlir #135

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/AffineOps/ops.mlir
Expand Up @@ -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: }
Expand Down