Skip to content

Commit

Permalink
Merge pull request Unidata#2786 from Unidata/stray-lfs-character.wif
Browse files Browse the repository at this point in the history
Remove stray character in cmake lfs tests for nczarr.
  • Loading branch information
WardF authored Oct 30, 2023
2 parents b8d76fe + 70ea45a commit 100dca4
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 100dca4

Please sign in to comment.