diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2009-06-04 06:53:05 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2009-06-04 06:53:05 +0000 |
commit | 136068f571d7f47bf1c2ab9417a874b0829bc670 (patch) | |
tree | 81f7e29dc4aae20c1373be0d57b2d22241e53c1d /test | |
parent | e3bca69757a80b46d743195944fed6481dec7e4f (diff) | |
download | klee-136068f571d7f47bf1c2ab9417a874b0829bc670.tar.gz |
Moved MultiByteReads.pc in test/Expr/Parser
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72851 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Expr/Parser/MultiByteReads.pc (renamed from test/Expr/Printer/MultiByteReads.pc) | 0 | ||||
-rw-r--r-- | test/Expr/Printer/dg.exp | 3 |
2 files changed, 0 insertions, 3 deletions
diff --git a/test/Expr/Printer/MultiByteReads.pc b/test/Expr/Parser/MultiByteReads.pc index af94b516..af94b516 100644 --- a/test/Expr/Printer/MultiByteReads.pc +++ b/test/Expr/Parser/MultiByteReads.pc diff --git a/test/Expr/Printer/dg.exp b/test/Expr/Printer/dg.exp deleted file mode 100644 index 94fc4df8..00000000 --- a/test/Expr/Printer/dg.exp +++ /dev/null @@ -1,3 +0,0 @@ -load_lib llvm.exp - -RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{pc}]] |