diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-03 07:25:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-03 07:25:43 +0000 |
commit | 5562582b7a3ab2f2665866347918ea624f426588 (patch) | |
tree | e0b3ad884cbcf64ed25be20d27ca82328f4a167e | |
parent | d18d9fd32dfcca735d30656eb2dcec728bf19e23 (diff) |
disable this test too
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63626 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Serialization/complex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Serialization/complex.c b/test/Serialization/complex.c index 56e2376d8a..cb47e9c415 100644 --- a/test/Serialization/complex.c +++ b/test/Serialization/complex.c @@ -1,5 +1,6 @@ // XFAIL -// RUN: clang %s --test-pickling 2>&1 | grep -q 'SUCCESS' +// RUN: true +// clang %s --test-pickling 2>&1 | grep -q 'SUCCESS' int main(void) { |