forked from OSchip/llvm-project
[clang][deps] Attempt to fix Windows test failure
This commit is contained in:
parent
cf4a31fc0f
commit
4d6835f96d
|
@ -27,7 +27,7 @@ module User [no_undeclared_includes] { header "user.h" }
|
|||
// RUN: sed "s|DIR|%/t|g" %t/cdb.json.template > %t/cdb.json
|
||||
// RUN: clang-scan-deps -compilation-database %t/cdb.json -format experimental-full \
|
||||
// RUN: -generate-modules-path-args -module-files-dir %t/build > %t/result.json
|
||||
// RUN: cat %t/result.json | sed 's:\\\\\?:/:g' | FileCheck %s -DPREFIX=%t
|
||||
// RUN: cat %t/result.json | sed 's:\\\\\?:/:g' | FileCheck %s -DPREFIX=%/t
|
||||
|
||||
// CHECK: {
|
||||
// CHECK-NEXT: "modules": [
|
||||
|
|
Loading…
Reference in New Issue