diff options
Diffstat (limited to 'test/Driver/m_and_mm.c')
-rw-r--r-- | test/Driver/m_and_mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/m_and_mm.c b/test/Driver/m_and_mm.c index eab2a04..18cf7ab 100644 --- a/test/Driver/m_and_mm.c +++ b/test/Driver/m_and_mm.c @@ -1,3 +1,3 @@ // RUN: %clang -### \ // RUN: -M -MM %s 2> %t -// RUN: grep '"-sys-header-deps"' %t | count 0 +// RUN: not grep '"-sys-header-deps"' %t |