diff options
Diffstat (limited to 'test/btree2.c')
-rw-r--r-- | test/btree2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/btree2.c b/test/btree2.c index eabd208..43d3d13 100644 --- a/test/btree2.c +++ b/test/btree2.c @@ -7652,6 +7652,9 @@ main(void) nerrors += test_modify(fapl, &cparam, &tparam); } /* end for */ + /* Verify symbol table messages are cached */ + nerrors += (h5_verify_cached_stabs(FILENAME, fapl) < 0 ? 1 : 0); + if(nerrors) goto error; |