Skip to content

Commit bc39af7

Browse files
committed
rename test104 -> test106 to prepare for master merge
1 parent 2c3b665 commit bc39af7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ if(RAPIDCSV_BUILD_TESTS)
193193
endif()
194194
add_unit_test(test102)
195195
add_unit_test(test103)
196-
add_unit_test(test104)
196+
add_unit_test(test106)
197197

198198
# perf tests
199199
add_perf_test(ptest001)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// test104.cpp - write round-trip with cells containing quote characters
1+
// test106.cpp - write round-trip with cells containing quote characters
22

33
#include <rapidcsv.h>
44
#include "unittest.h"

0 commit comments

Comments
 (0)