diff options
-rw-r--r-- | hl/test/test_packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/test_packet.c b/hl/test/test_packet.c index 0593579..38e1bc4 100644 --- a/hl/test/test_packet.c +++ b/hl/test/test_packet.c @@ -173,7 +173,7 @@ int test_create_close(hid_t fid) hid_t table; hid_t part_t; - TESTING("H5PTcreate_fl and H5TBclose"); + TESTING("H5PTcreate_fl and H5PTclose"); /* Create a datatype for the particle struct */ part_t = make_particle_type(); |