summaryrefslogtreecommitdiff
path: root/test/TableGen
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2018-07-13 15:10:53 +0000
committerStella Stamenova <stilis@microsoft.com>2018-07-13 15:10:53 +0000
commit2eb5b221110ef8e2dfdfc9d4283934252520d340 (patch)
treec9f9763f02d407926ef06eeddc6fec6f0281e0a5 /test/TableGen
parent7c86c0663d5ebe3d9e80341929241e6c6514774e (diff)
[json, test] Fix the json.td test - the path to python could contain spaces
Summary: The path to the python executable can contain spaces, so it should be specified with quotes. Reviewers: asmith, simon_tatham Reviewed By: simon_tatham Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D49258 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337006 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen')
-rw-r--r--test/TableGen/JSON.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/JSON.td b/test/TableGen/JSON.td
index 968c2577fa9..a53215579f2 100644
--- a/test/TableGen/JSON.td
+++ b/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