summaryrefslogtreecommitdiff
path: root/test/Unit/addvti3_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/addvti3_test.c')
-rw-r--r--test/Unit/addvti3_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Unit/addvti3_test.c b/test/Unit/addvti3_test.c
index 14158e01..17a88649 100644
--- a/test/Unit/addvti3_test.c
+++ b/test/Unit/addvti3_test.c
@@ -38,8 +38,8 @@ int test__addvti3(ti_int a, ti_int b)
expectedt.all = expected;
printf("error in test__addvti3(0x%llX%.16llX, 0x%llX%.16llX) = "
"0x%llX%.16llX, expected 0x%llX%.16llX\n",
- at.high, at.low, bt.high, bt.low, xt.high, xt.low,
- expectedt.high, expectedt.low);
+ at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
+ expectedt.s.high, expectedt.s.low);
}
return x != expected;
}