summaryrefslogtreecommitdiff
path: root/test/Unit/floatuntidf_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/floatuntidf_test.c')
-rw-r--r--test/Unit/floatuntidf_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Unit/floatuntidf_test.c b/test/Unit/floatuntidf_test.c
index 82c6006e..dff3ca67 100644
--- a/test/Unit/floatuntidf_test.c
+++ b/test/Unit/floatuntidf_test.c
@@ -34,7 +34,7 @@ int test__floatuntidf(tu_int a, double expected)
utwords at;
at.all = a;
printf("error in __floatuntidf(0x%.16llX%.16llX) = %a, expected %a\n",
- at.high, at.low, x, expected);
+ at.s.high, at.s.low, x, expected);
}
return x != expected;
}