mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 05:16:08 +00:00

The escaping interaction between Python and grep doesn't work on my system. This change fixes the tests for me. llvm-svn: 179214
6 lines
204 B
C
6 lines
204 B
C
// Verify that -include isn't included twice with -save-temps.
|
|
// RUN: %clang -S -o - %s -include %t.h -save-temps -### 2> %t.log
|
|
// RUN: FileCheck %s < %t.log
|
|
// CHECK: "-include
|
|
// CHECK-NOT: "-include
|