diff options
author | Ted Kremenek <kremenek@apple.com> | 2007-11-28 19:23:15 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2007-11-28 19:23:15 +0000 |
commit | 46cfdb96256d735a52c7df76b3eee051d2107d87 (patch) | |
tree | b94bf3a0b30de169266ed3e8cc5c752b780fd945 /clang/test/Serialization/stmt_exprs.c | |
parent | ac76a4171744fb84268e1341990a6f02ac17d1ac (diff) | |
download | bcm5719-llvm-46cfdb96256d735a52c7df76b3eee051d2107d87.tar.gz bcm5719-llvm-46cfdb96256d735a52c7df76b3eee051d2107d87.zip |
Added initial test case for testing serialization of ASTs. This test
case simply performs --test-pickling on the code found in Sema/stmt_exprs.c.
llvm-svn: 44412
Diffstat (limited to 'clang/test/Serialization/stmt_exprs.c')
-rw-r--r-- | clang/test/Serialization/stmt_exprs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Serialization/stmt_exprs.c b/clang/test/Serialization/stmt_exprs.c new file mode 100644 index 00000000000..c85cbd6f73e --- /dev/null +++ b/clang/test/Serialization/stmt_exprs.c @@ -0,0 +1,2 @@ +// RUN: clang %s --test-pickling 2>&1 | grep -q 'SUCCESS' +#include "../Sema/stmt_exprs.c"
\ No newline at end of file |