]> granicus.if.org Git - yasm/commitdiff
Commit tests missed in [1979] commit.
authorPeter Johnson <peter@tortall.net>
Fri, 21 Sep 2007 18:04:47 +0000 (18:04 -0000)
committerPeter Johnson <peter@tortall.net>
Fri, 21 Sep 2007 18:04:47 +0000 (18:04 -0000)
svn path=/trunk/yasm/; revision=1981

libyasm/tests/1shl0.asm [new file with mode: 0644]
libyasm/tests/1shl0.hex [new file with mode: 0644]

diff --git a/libyasm/tests/1shl0.asm b/libyasm/tests/1shl0.asm
new file mode 100644 (file)
index 0000000..d69930a
--- /dev/null
@@ -0,0 +1 @@
+dd (1<<0)
diff --git a/libyasm/tests/1shl0.hex b/libyasm/tests/1shl0.hex
new file mode 100644 (file)
index 0000000..607fb55
--- /dev/null
@@ -0,0 +1,4 @@
+01 
+00 
+00 
+00