We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7363ffe commit b640ec0Copy full SHA for b640ec0
libcxx/test/libcxx/selftest/dsl/dsl.sh.py
@@ -5,11 +5,11 @@
5
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
#
7
#===----------------------------------------------------------------------===##
8
-# RUN: %{python} %s '%S' '%T' '%{escaped_exec}' \
9
-# RUN: '%{escaped_cxx}' \
10
-# RUN: '%{escaped_flags}' \
11
-# RUN: '%{escaped_compile_flags}' \
12
-# RUN: '%{escaped_link_flags}'
+# RUN: "%{python}" '%s' '%S' '%T' '%{escaped_exec}' \
+# RUN: '%{escaped_cxx}' \
+# RUN: '%{escaped_flags}' \
+# RUN: '%{escaped_compile_flags}' \
+# RUN: '%{escaped_link_flags}'
13
# END.
14
15
import base64
0 commit comments