summaryrefslogtreecommitdiffstats
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
commit02695fa8a7f2337bc4524dc877f618e0e2045e16 (patch)
treedcbcba3a5953d90927b88eff17b1dfc49b524a11
parente891aa971a70af92042a77ec314e9541a00eeb2c (diff)
downloadbcm5719-llvm-02695fa8a7f2337bc4524dc877f618e0e2045e16.tar.gz
bcm5719-llvm-02695fa8a7f2337bc4524dc877f618e0e2045e16.zip
[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 llvm-svn: 337006
-rw-r--r--llvm/test/TableGen/JSON.td2
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
OpenPOWER on IntegriCloud