Fixed test name
This commit is contained in:
parent
6cb4259232
commit
6f30bbbcb5
|
@ -134,7 +134,7 @@ int main(int argc, char* argv[])
|
|||
!CU_add_test(pSuite, "frame_nv_sort", test_spdylay_frame_nv_sort) ||
|
||||
!CU_add_test(pSuite, "frame_nv_downcase",
|
||||
test_spdylay_frame_nv_downcase) ||
|
||||
!CU_add_test(pSuite, "frame_nv_downcase",
|
||||
!CU_add_test(pSuite, "frame_pack_nv_duplicate_keys",
|
||||
test_spdylay_frame_pack_nv_duplicate_keys) ||
|
||||
!CU_add_test(pSuite, "stream_add_pushed_stream",
|
||||
test_spdylay_stream_add_pushed_stream)) {
|
||||
|
|
Loading…
Reference in New Issue