Skip to content

Commit 57b1af0

Browse files
author
git apple-llvm automerger
committed
Merge commit '2540fb696425' from llvm.org/main into next
2 parents a86f21a + 2540fb6 commit 57b1af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/Analysis/ctu-import-type-decl-definition.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
// RUN: %clang_cc1 -emit-pch -o %t/import.c.ast %t/import.c
66

7-
// RUN: %clang_extdef_map -- -x c %t/import.c >> %t/externalDefMap.txt
8-
// RUN: sed -i='' 's/$/.ast/' %t/externalDefMap.txt
7+
// RUN: %clang_extdef_map -- -x c %t/import.c >> %t/externalDefMap.tmp.txt
8+
// RUN: sed 's/$/.ast/' %t/externalDefMap.tmp.txt >> %t/externalDefMap.txt
99

1010
// RUN: %clang_cc1 -analyze \
1111
// RUN: -analyzer-checker=core \

0 commit comments

Comments
 (0)