diff options
Diffstat (limited to 'test/Index/create-tu-fail.c')
-rw-r--r-- | test/Index/create-tu-fail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/create-tu-fail.c b/test/Index/create-tu-fail.c index f259cca..de32501 100644 --- a/test/Index/create-tu-fail.c +++ b/test/Index/create-tu-fail.c @@ -2,7 +2,7 @@ // RUN: touch %t.c // RUN: c-index-test -write-pch %t.pch %t.c // RUN: cp %s %t.c -// RUN: c-index-test -test-load-tu %t.pch local 2>&1 | FileCheck %s +// RUN: not c-index-test -test-load-tu %t.pch local 2>&1 | FileCheck %s // rdar://11558355 // Unfortunately this would crash reliably only via valgrind. |