summaryrefslogtreecommitdiffstats
path: root/test/cache2_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache2_common.c')
-rw-r--r--test/cache2_common.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cache2_common.c b/test/cache2_common.c
index d73dfbe..10e9656 100644
--- a/test/cache2_common.c
+++ b/test/cache2_common.c
@@ -683,8 +683,7 @@ deserialize(haddr_t addr,
(int)(*(((const char *)image_ptr) + 2)));
HDfprintf(stdout, "expected *image_ptr = 0x%x\n",
(int)(idx & 0xFF),
- (int)((idx & 0xFF00)>>8),
- (int)(idx & 0xFF));
+ (int)((idx & 0xFF00)>>8));
}
HDassert( (*((const char *)image_ptr)) == (char)(type & 0xFF) );
HDassert( (*(((const char *)image_ptr) + 1)) ==