true is pass, false is success.

llvm-svn: 63627
This commit is contained in:
Chris Lattner 2009-02-03 07:28:12 +00:00
parent 96960c82db
commit 79f6de0fd0
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// XFAIL
// RUN: true
// RUN: false
// clang %s --test-pickling 2>&1 | grep -q 'SUCCESS'
int main(void)

View File

@ -1,5 +1,5 @@
// XFAIL
// RUN: true
// RUN: false
// clang %s --test-pickling 2>&1 | grep -q 'SUCCESS'
typedef unsigned __uint32_t;