diff options
Diffstat (limited to 'clang/tools/ccc/test/ccc/hello.c')
-rw-r--r-- | clang/tools/ccc/test/ccc/hello.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/tools/ccc/test/ccc/hello.c b/clang/tools/ccc/test/ccc/hello.c index 9563fd04fe0..6b857b519a4 100644 --- a/clang/tools/ccc/test/ccc/hello.c +++ b/clang/tools/ccc/test/ccc/hello.c @@ -1,5 +1,7 @@ // RUN: xcc %s -o %t && // RUN: %t | grep "Hello, World" && +// RUN: xcc %s -o %t -pipe && +// RUN: %t | grep "Hello, World" && // RUN: xcc -ccc-clang %s -o %t && // RUN: %t | grep "Hello, World" |