[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:
Edd Dawson 2020-10-07 13:58:12 -04:00 committed by Hubert Tong
parent a73166a452
commit dd2f79ed44
1 changed files with 1 additions and 1 deletions

View File

@ -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