uscore.asm: Fix test case
authorH. Peter Anvin <hpa@zytor.com>
Fri, 19 Oct 2007 21:19:52 +0000 (14:19 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 19 Oct 2007 21:19:52 +0000 (14:19 -0700)
"$1e+16" was missing, instead "$1e16" was duplicated

test/uscore.asm

index 2bc99c2..b82b7ce 100644 (file)
@@ -4,7 +4,7 @@
        dd 1e16h                ; NOT a floating-point number!
        dd 1e16_h               ; NOT a floating-point number!
        dd $1e16                ; NOT a floating-point number!
-       dd $1e16                ; NOT a floating-point number!
+       dd $1e+16               ; NOT a floating-point number!
        dd 1e16                 ; THIS is a floating-point number!
        dd 1e+16
        dd 1.e+16