summaryrefslogtreecommitdiff
path: root/test/Unit/clzti2_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/clzti2_test.c')
-rw-r--r--test/Unit/clzti2_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Unit/clzti2_test.c b/test/Unit/clzti2_test.c
index 5aa2eb76..e1229f1c 100644
--- a/test/Unit/clzti2_test.c
+++ b/test/Unit/clzti2_test.c
@@ -30,7 +30,7 @@ int test__clzti2(ti_int a, si_int expected)
twords at;
at.all = a;
printf("error in __clzti2(0x%llX%.16llX) = %d, expected %d\n",
- at.high, at.low, x, expected);
+ at.s.high, at.s.low, x, expected);
}
return x != expected;
}