From 898c091b140ee355dcd83a88cf351b2e2d25f12e Mon Sep 17 00:00:00 2001 From: Asher Mancinelli Date: Thu, 16 Oct 2025 07:39:09 -0700 Subject: [PATCH] [mlir][python] Fix lit run line for openacc test This test passed locally because I had a python environment with the `python` command available, but I should have used the %PYTHON lit command substitution instead. --- mlir/test/python/dialects/openacc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/test/python/dialects/openacc.py b/mlir/test/python/dialects/openacc.py index 6afdf450de239..8f2142a74c7a1 100644 --- a/mlir/test/python/dialects/openacc.py +++ b/mlir/test/python/dialects/openacc.py @@ -1,4 +1,4 @@ -# RUN: python %s | FileCheck %s +# RUN: %PYTHON %s | FileCheck %s from unittest import result from mlir.ir import ( Context,