File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
// RUN: sed -e "s|DIR|%/t|g" -e "s|DEFINES|-DINCLUDE_A -DINCLUDE_B|g" %S/Inputs/header-search-pruning/cdb.json > %t/cdb_ab.json
7
7
//
8
8
// RUN: clang-scan-deps -compilation-database %t/cdb_a.json -format experimental-full -optimize-args >> %t/result_a.json
9
- // RUN: cat %t/result_a.json | sed 's/\\/\// g' | FileCheck --check-prefixes=CHECK_A %s
9
+ // RUN: cat %t/result_a.json | sed 's:\\\\\?:/: g' | FileCheck --check-prefixes=CHECK_A %s
10
10
//
11
11
// RUN: clang-scan-deps -compilation-database %t/cdb_b.json -format experimental-full -optimize-args >> %t/result_b.json
12
- // RUN: cat %t/result_b.json | sed 's/\\/\// g' | FileCheck --check-prefixes=CHECK_B %s
12
+ // RUN: cat %t/result_b.json | sed 's:\\\\\?:/: g' | FileCheck --check-prefixes=CHECK_B %s
13
13
//
14
14
// RUN: clang-scan-deps -compilation-database %t/cdb_ab.json -format experimental-full -optimize-args >> %t/result_ab.json
15
- // RUN: cat %t/result_ab.json | sed 's/\\/\// g' | FileCheck --check-prefixes=CHECK_AB %s
15
+ // RUN: cat %t/result_ab.json | sed 's:\\\\\?:/: g' | FileCheck --check-prefixes=CHECK_AB %s
16
16
17
17
#include " mod.h"
18
18
You can’t perform that action at this time.
0 commit comments