about summary refs log tree commit diff homepage
path: root/test/Expr/Printer/MultiByteReads.pc
diff options
context:
space:
mode:
Diffstat (limited to 'test/Expr/Printer/MultiByteReads.pc')
-rw-r--r--test/Expr/Printer/MultiByteReads.pc17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/Expr/Printer/MultiByteReads.pc b/test/Expr/Printer/MultiByteReads.pc
deleted file mode 100644
index af94b516..00000000
--- a/test/Expr/Printer/MultiByteReads.pc
+++ /dev/null
@@ -1,17 +0,0 @@
-# RUN: %kleaver -print-ast -pc-multibyte-reads=true %s >log
-# RUN: grep -q "(ReadLSB w32 4 arr1)" log
-# RUN: grep -q "(ReadMSB w32 2 arr2)" log
-
-(query [(Not (Slt 100
-                  (Concat w32 (Read w8 7 arr1)
-                              (Concat w24 (Read w8 6 arr1)
-                                          (Concat w16 (Read w8 5 arr1) (Read w8 4 arr1))))))]
-       false)
-
-
-(query [(Not (Slt 100
-                  (Concat w32 (Read w8 2 arr2)
-                              (Concat w24 (Read w8 3 arr2)
-                                          (Concat w16 (Read w8 4 arr2) (Read w8 5 arr2))))))]
-       false)
-