summaryrefslogtreecommitdiff
path: root/test/Unit/lshrti3_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/lshrti3_test.c')
-rw-r--r--test/Unit/lshrti3_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Unit/lshrti3_test.c b/test/Unit/lshrti3_test.c
index b9f82a2d..5d68c525 100644
--- a/test/Unit/lshrti3_test.c
+++ b/test/Unit/lshrti3_test.c
@@ -35,8 +35,8 @@ int test__lshrti3(ti_int a, si_int b, ti_int expected)
expectedt.all = expected;
printf("error in __lshrti3: 0x%llX%.16llX >> %d = 0x%llX%.16llX,"
" expected 0x%llX%.16llX\n",
- at.high, at.low, b, xt.high, xt.low,
- expectedt.high, expectedt.low);
+ at.s.high, at.s.low, b, xt.s.high, xt.s.low,
+ expectedt.s.high, expectedt.s.low);
}
return x != expected;
}