summaryrefslogtreecommitdiffstats
path: root/test/ohdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ohdr.c')
-rw-r--r--test/ohdr.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/ohdr.c b/test/ohdr.c
index 2da033b..6fcffe0 100644
--- a/test/ohdr.c
+++ b/test/ohdr.c
@@ -78,7 +78,7 @@ main(void)
H5Eprint(stdout);
goto error;
}
- if (H5AC_flush(f, NULL, H5F_ADDR_UNDEF, TRUE)<0) {
+ if (H5AC_flush(f, NULL, HADDR_UNDEF, TRUE)<0) {
FAILED();
H5Eprint(stdout);
goto error;
@@ -110,7 +110,7 @@ main(void)
H5Eprint(stdout);
goto error;
}
- if (H5AC_flush(f, NULL, H5F_ADDR_UNDEF, TRUE)<0) {
+ if (H5AC_flush(f, NULL, HADDR_UNDEF, TRUE)<0) {
FAILED();
H5Eprint(stdout);
goto error;
@@ -143,7 +143,7 @@ main(void)
H5Eprint(stdout);
goto error;
}
- if (H5AC_flush(f, NULL, H5F_ADDR_UNDEF, TRUE)<0) {
+ if (H5AC_flush(f, NULL, HADDR_UNDEF, TRUE)<0) {
FAILED();
H5Eprint(stdout);
goto error;
@@ -175,7 +175,7 @@ main(void)
H5Eprint(stdout);
goto error;
}
- if (H5AC_flush(f, NULL, H5F_ADDR_UNDEF, TRUE)<0) {
+ if (H5AC_flush(f, NULL, HADDR_UNDEF, TRUE)<0) {
FAILED();
H5Eprint(stdout);
goto error;
@@ -210,7 +210,7 @@ main(void)
goto error;
}
}
- if (H5AC_flush(f, NULL, H5F_ADDR_UNDEF, TRUE)<0) {
+ if (H5AC_flush(f, NULL, HADDR_UNDEF, TRUE)<0) {
FAILED();
H5Eprint(stdout);
goto error;
@@ -230,7 +230,7 @@ main(void)
H5Eprint(stdout);
goto error;
}
- if (H5AC_flush(f, NULL, H5F_ADDR_UNDEF, TRUE)<0) {
+ if (H5AC_flush(f, NULL, HADDR_UNDEF, TRUE)<0) {
FAILED();
H5Eprint(stdout);
goto error;