Skip to content

Commit

Permalink
Remove stray character in cmake lfs tests for nczarr.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Oct 30, 2023
1 parent b8d76fe commit 70ea45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nczarr_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ IF(ENABLE_TESTS)
add_sh_test(nczarr_test run_ut_misc)
add_sh_test(nczarr_test run_ncgen4)
if(LARGE_FILE_TESTS)
BUILD_BIN_TEST(test_readcaching})
BUILD_BIN_TEST(test_writecaching})
BUILD_BIN_TEST(test_readcaching)
BUILD_BIN_TEST(test_writecaching)
BUILD_BIN_TEST(test_chunkcases ${TSTCOMMONSRC})
add_sh_test(nczarr_test run_cachetest)
add_sh_test(nczarr_test run_chunkcases)
Expand Down

0 comments on commit 70ea45a

Please sign in to comment.