diff options
Diffstat (limited to 'test/Other/opt-bisect-legacy-pass-manager.ll')
-rw-r--r-- | test/Other/opt-bisect-legacy-pass-manager.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/opt-bisect-legacy-pass-manager.ll b/test/Other/opt-bisect-legacy-pass-manager.ll index 560675e893c54..bf89e80d49604 100644 --- a/test/Other/opt-bisect-legacy-pass-manager.ll +++ b/test/Other/opt-bisect-legacy-pass-manager.ll @@ -38,7 +38,7 @@ ; utils/bisect) to locate the optimization that inlines the call to ; f2() in f3(). -; RUN: '%python' %S/opt-bisect-helper.py --start=0 --end=256 --optcmd=opt \ +; RUN: %python %S/opt-bisect-helper.py --start=0 --end=256 --optcmd=opt \ ; RUN: --filecheckcmd=FileCheck --test=%s \ ; RUN: --prefix=CHECK-BISECT-INLINE-HELPER \ ; RUN: | FileCheck %s --check-prefix=CHECK-BISECT-INLINE-RESULT |