Disable and XFAIL a test that never worked

-verify was simply ignored by the driver.

This commit fixes the RUN line and XFAILs the test, unblocking changes to ban
use of the driver in Sema tests and avoid problems like this.

llvm-svn: 199347
This commit is contained in:
Alp Toker 2014-01-16 02:36:24 +00:00
parent 2ebfb42fe9
commit b9411ce1f7
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
// RUN: %clang -fsyntax-only -verify -Wthread-safety -Wthread-safety-beta -fcxx-exceptions %s
// RUN: %clang_cc1 -fsyntax-only -verify -Wthread-safety -Wthread-safety-beta -fcxx-exceptions %s
// FIXME: This test never worked due to a broken RUN line.
// XFAIL: *
#define LOCKABLE __attribute__ ((lockable))
#define SCOPED_LOCKABLE __attribute__ ((scoped_lockable))