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