forked from OSchip/llvm-project
[test][MC] Use %python in llvm/test/MC/COFF/bigobj.py
... instead of the one on the $PATH. Reviewed By: hubert.reinterpretcast Differential Revision: https://reviews.llvm.org/D88986
This commit is contained in:
parent
a73166a452
commit
dd2f79ed44
|
@ -1,4 +1,4 @@
|
|||
# RUN: python %s | llvm-mc -filetype=obj -triple i686-pc-win32 - | llvm-readobj -h - | FileCheck %s
|
||||
# RUN: %python %s | llvm-mc -filetype=obj -triple i686-pc-win32 - | llvm-readobj -h - | FileCheck %s
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
|
|
Loading…
Reference in New Issue