summaryrefslogtreecommitdiffstats
path: root/test/hyperslab.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r--test/hyperslab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c
index 2777e04..03b0e9a 100644
--- a/test/hyperslab.c
+++ b/test/hyperslab.c
@@ -343,7 +343,7 @@ test_copy(int mode, size_t nx, size_t ny, size_t nz, size_t di, size_t dj, size_
break;
default:
- HDabort();
+ FAIL_PUTS_ERROR("Unhandled case");
} /* end switch */
snprintf(s, sizeof(s), "Testing hyperslab copy %-11s %s", dim, sub);
@@ -406,7 +406,7 @@ test_copy(int mode, size_t nx, size_t ny, size_t nz, size_t di, size_t dj, size_
break;
default:
- HDabort();
+ FAIL_PUTS_ERROR("Unhandled case");
} /* end switch */
/*