diff options
Diffstat (limited to 'test/Index/werror.c')
-rw-r--r-- | test/Index/werror.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/Index/werror.c b/test/Index/werror.c index 150095d..98b602a 100644 --- a/test/Index/werror.c +++ b/test/Index/werror.c @@ -7,9 +7,6 @@ void fatal(int); void fatal(float); #endif -// CHECK-FATAL: translation errors - // RUN: c-index-test -write-pch %t.pch -Werror %s -// RUN: not c-index-test -write-pch %t.pch -DFATAL -Werror %s 2>%t.err -// RUN: FileCheck -check-prefix=CHECK-FATAL %s < %t.err +// RUN: c-index-test -write-pch %t.pch -DFATAL -Werror %s |