Skip to content

Commit a885961

Browse files
[mlir][python] Fix lit run line for openacc test (#163797)
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. Fixes buildbot failures from #163620.
1 parent 9c3da74 commit a885961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/python/dialects/openacc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: python %s | FileCheck %s
1+
# RUN: %PYTHON %s | FileCheck %s
22
from unittest import result
33
from mlir.ir import (
44
Context,

0 commit comments

Comments
 (0)