summaryrefslogtreecommitdiff
path: root/test/Unit/absvti2_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/absvti2_test.c')
-rw-r--r--test/Unit/absvti2_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Unit/absvti2_test.c b/test/Unit/absvti2_test.c
index 3dd39e61..fac79e74 100644
--- a/test/Unit/absvti2_test.c
+++ b/test/Unit/absvti2_test.c
@@ -38,7 +38,8 @@ int test__absvti2(ti_int a)
expectedt.all = expected;
printf("error in __absvti2(0x%llX%.16llX) = "
"0x%llX%.16llX, expected positive 0x%llX%.16llX\n",
- at.high, at.low, xt.high, xt.low, expectedt.high, expectedt.low);
+ at.s.high, at.s.low, xt.s.high, xt.s.low,
+ expectedt.s.high, expectedt.s.low);
}
return x != expected;
}