forked from OSchip/llvm-project
Quote wildcard in test's grep argument
The * could otherwise cause shell pathname expansion. llvm-svn: 193473
This commit is contained in:
parent
da469ecbbd
commit
1774954274
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -emit-llvm %s -O2 -fno-builtin -o - | grep call.*printf
|
||||
// RUN: %clang_cc1 -emit-llvm %s -O2 -fno-builtin -o - | grep 'call.*printf'
|
||||
// Check that -fno-builtin is honored.
|
||||
|
||||
extern int printf(const char*, ...);
|
||||
|
|
Loading…
Reference in New Issue