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