diff options
| -rw-r--r-- | llvm/test/TableGen/JSON.td | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/test/TableGen/JSON.td b/llvm/test/TableGen/JSON.td index 968c2577fa9..a53215579f2 100644 --- a/llvm/test/TableGen/JSON.td +++ b/llvm/test/TableGen/JSON.td @@ -1,4 +1,4 @@ -// RUN: llvm-tblgen -dump-json %s | %python %S/JSON-check.py %s +// RUN: llvm-tblgen -dump-json %s | '%python' %S/JSON-check.py %s  // CHECK: data['!tablegen_json_version'] == 1 | 

