diff options
Diffstat (limited to 'test/efc.c')
-rw-r--r-- | test/efc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3192,6 +3192,9 @@ main(void) if(H5Pclose(fcpl_id) < 0) TEST_ERROR + /* Verify symbol table messages are cached */ + nerrors += (h5_verify_cached_stabs(FILENAME, fapl_id) < 0 ? 1 : 0); + if(nerrors) goto error; |