forked from OSchip/llvm-project
Fix test that was failing on Windows due to too many backslashes
llvm-svn: 335858
This commit is contained in:
parent
bdbbd8381f
commit
3c7b58d6b1
|
@ -18,4 +18,4 @@
|
|||
// RUN: --target=x86_64-linux-gnu \
|
||||
// RUN: -resource-dir=%S/Inputs/resource_dir_with_per_target_subdir \
|
||||
// RUN: | FileCheck --check-prefix=CHECK-CLANGRT-X8664 %s
|
||||
// CHECK-CLANGRT-X8664: x86_64-linux-gnu{{/|\\\\}}lib{{/|\\\\}}libclang_rt.builtins.a
|
||||
// CHECK-CLANGRT-X8664: x86_64-linux-gnu{{/|\\}}lib{{/|\\}}libclang_rt.builtins.a
|
||||
|
|
Loading…
Reference in New Issue