Skip to content

Commit 7a05689

Browse files
authored
[mlir] Fix typo of tests (NFC) (#132396)
1 parent b32cf75 commit 7a05689

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mlir/test/Conversion/MemRefToLLVM/invalid.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: mlir-opt %s -finalize-memref-to-llvm 2>&1 | FileCheck %s
22
// Since the error is at an unknown location, we use FileCheck instead of
3-
// -veri-y-diagnostics here
3+
// -verify-diagnostics here
44

55
// CHECK: redefinition of reserved function 'malloc' of different type '!llvm.func<void (i64)>' is prohibited
66
llvm.func @malloc(i64)

mlir/test/Conversion/MemRefToLLVM/issue-70160.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: mlir-opt %s -finalize-memref-to-llvm 2>&1 | FileCheck %s
22
// Since the error is at an unknown location, we use FileCheck instead of
3-
// -veri-y-diagnostics here
3+
// -verify-diagnostics here
44

55
// CHECK: conversion of memref memory space #gpu.address_space<workgroup> to integer address space failed. Consider adding memory space conversions
66
// CHECK-LABEL: @issue_70160

0 commit comments

Comments
 (0)