summaryrefslogtreecommitdiff
path: root/test/test_llsync_defer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_llsync_defer.c')
-rw-r--r--test/test_llsync_defer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_llsync_defer.c b/test/test_llsync_defer.c
index 249c53a..4b8afbc 100644
--- a/test/test_llsync_defer.c
+++ b/test/test_llsync_defer.c
@@ -167,10 +167,11 @@ test_read(void *arg)
s = (const unsigned char *)pdsc->addr;
if (s != NULL) {
- for (j = 0; j < PAGE_SIZE; j++)
+ for (j = 0; j < PAGE_SIZE; j++) {
if (s[j] != TEST_VALIDATION_BYTE) {
panic("invalid content");
}
+ }
if ((i % TEST_LOOPS_PER_PRINT) == 0) {
printf("read ");