summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-12-01 13:01:24 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-12-01 13:01:24 -0500
commit22f2ec9667e06ba68fdda5c57074486a98701725 (patch)
tree17c0715e0c6e55fb287c5d652ea49dc5be024770
parent891877d67d8e5e46b8094f7b6ba69957e844a5d0 (diff)
downloadroux-22f2ec9667e06ba68fdda5c57074486a98701725.tar.gz
test fancy float notation
-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