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