From 358acf45974d436be0bcc5eff21fdcdcbd0c7d84 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 21 Sep 2007 18:04:47 +0000 Subject: [PATCH] Commit tests missed in [1979] commit. svn path=/trunk/yasm/; revision=1981 --- libyasm/tests/1shl0.asm | 1 + libyasm/tests/1shl0.hex | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 libyasm/tests/1shl0.asm create mode 100644 libyasm/tests/1shl0.hex diff --git a/libyasm/tests/1shl0.asm b/libyasm/tests/1shl0.asm new file mode 100644 index 00000000..d69930ad --- /dev/null +++ b/libyasm/tests/1shl0.asm @@ -0,0 +1 @@ +dd (1<<0) diff --git a/libyasm/tests/1shl0.hex b/libyasm/tests/1shl0.hex new file mode 100644 index 00000000..607fb55a --- /dev/null +++ b/libyasm/tests/1shl0.hex @@ -0,0 +1,4 @@ +01 +00 +00 +00 -- 2.40.0