File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1818
1919// RUN: %clang -cc1depscand -execute %{clang-daemon-dir}/%basename_t \
2020// RUN: -cas-args -fcas-path %t/cas -- %t/cmd.sh
21- // RUN: (cd %t && %clang -target x86_64-apple-macos11 -MD -MF %t/test2.d \
22- // RUN: -Iinclude -fsyntax-only -x c %s)
21+ // RUN: cd %t
22+ // RUN: %clang -target x86_64-apple-macos11 -MD -MF %t/test2.d \
23+ // RUN: -Iinclude -fsyntax-only -x c %s
2324// RUN: diff %t/test.d %t/test2.d
2425
2526#include "test.h"
Original file line number Diff line number Diff line change 1212
1313// RUN: %deps-to-rsp %t/deps.json --tu-index 0 > %t/cc1.rsp
1414
15- // RUN: (cd %t; %clang @%t/cc1.rsp)
16- // RUN: (cd %t; %clang @%t/cc1.rsp -Rcompile-job-cache-hit \
17- // RUN: -serialize-diagnostic-file %t/t1.dia 2> %t/output1.txt)
15+ // RUN: cd %t
16+ // RUN: %clang @%t/cc1.rsp
17+ // RUN: %clang @%t/cc1.rsp -Rcompile-job-cache-hit \
18+ // RUN: -serialize-diagnostic-file %t/t1.dia 2> %t/output1.txt
1819
1920// Verify the warning was recorded and we compare populated .dia files.
2021// RUN: c-index-test -read-diagnostics %t/t1.dia 2>&1 | FileCheck %s --check-prefix=DIAGS
You can’t perform that action at this time.
0 commit comments