diff options
-rw-r--r-- | test/dsets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c index b35e965..8508b37 100644 --- a/test/dsets.c +++ b/test/dsets.c @@ -2105,7 +2105,7 @@ UNUSED if ( h5_szip_can_encode() != 1) { puts(""); - if (test_filter_noencoder(NOENCODER_SZIP_SHUFF_FLETCH_DATASET) < 0) goto error; + if (test_filter_noencoder(NOENCODER_SZIP_SHUFF_FLETCH_DATASET,fapl) < 0) goto error; } else { SKIPPED(); } |