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 | 96960c82dbf0530c126c8d5f28efbdc91c331028 (patch) | |
| tree | 24e43470916e7cc9c1eac2d32f00af8b52de5185 /clang/test | |
| parent | a8be8de596b7312b8030a4d01d942a1309a1c683 (diff) | |
| download | bcm5719-llvm-96960c82dbf0530c126c8d5f28efbdc91c331028.tar.gz bcm5719-llvm-96960c82dbf0530c126c8d5f28efbdc91c331028.zip | |
disable this test too
llvm-svn: 63626
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Serialization/complex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Serialization/complex.c b/clang/test/Serialization/complex.c index 56e2376d8aa..cb47e9c4155 100644 --- a/clang/test/Serialization/complex.c +++ b/clang/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) { |

