diff options
Diffstat (limited to 'hl/c++/test/ptableTest.cpp')
-rw-r--r-- | hl/c++/test/ptableTest.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hl/c++/test/ptableTest.cpp b/hl/c++/test/ptableTest.cpp index f878e07..77edce4 100644 --- a/hl/c++/test/ptableTest.cpp +++ b/hl/c++/test/ptableTest.cpp @@ -22,13 +22,6 @@ using namespace H5; #define TEST_FILE "packettest.h5" /* Main test function */ -#ifndef TMP -int main(void) -{ - printf("Test skipped because of some error - remember to fix it\n"); - return 0; -} -#else int main(void) { herr_t err; @@ -80,7 +73,6 @@ int main(void) /* ERRORS */ return -1; } -#endif int BasicTest() { |