[Mlir-commits] [mlir] 0b423a5 - [MLIR] Fix invalid test after improving the error message (NFC)
Mehdi Amini
llvmlistbot at llvm.org
Sat Feb 28 15:26:02 PST 2026
Author: Mehdi Amini
Date: 2026-02-28T15:25:43-08:00
New Revision: 0b423a5b2738a795d8033398ca0959d36cee0e06
URL: https://github.com/llvm/llvm-project/commit/0b423a5b2738a795d8033398ca0959d36cee0e06
DIFF: https://github.com/llvm/llvm-project/commit/0b423a5b2738a795d8033398ca0959d36cee0e06.diff
LOG: [MLIR] Fix invalid test after improving the error message (NFC)
Added:
Modified:
mlir/test/Dialect/GPU/module-to-binary-invalid-format.mlir
Removed:
################################################################################
diff --git a/mlir/test/Dialect/GPU/module-to-binary-invalid-format.mlir b/mlir/test/Dialect/GPU/module-to-binary-invalid-format.mlir
index eb2c6dbc2be3f..57df49ab597f6 100644
--- a/mlir/test/Dialect/GPU/module-to-binary-invalid-format.mlir
+++ b/mlir/test/Dialect/GPU/module-to-binary-invalid-format.mlir
@@ -1,5 +1,5 @@
// RUN: mlir-opt %s --gpu-module-to-binary="format=invalid-format" --verify-diagnostics
-// expected-error @+1 {{Invalid format specified.}}
+// expected-error @+1 {{Invalid format specified}}
module attributes {gpu.container_module} {
}
More information about the Mlir-commits
mailing list