summary refs log tree commit diff
path: root/lisc
diff options
context:
space:
mode:
Diffstat (limited to 'lisc')
-rw-r--r--lisc/test/double.ssa2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/test/double.ssa b/lisc/test/double.ssa
index da60261..658a7a9 100644
--- a/lisc/test/double.ssa
+++ b/lisc/test/double.ssa
@@ -1,6 +1,6 @@
 function $test() {
 @start
-	%x1 =d copy `0.3
+	%x1 =d copy `3e-1
 	%x2 =d sub %x1, `0.2
 	%x3 =d sub %x2, `0.1