Skip to content

Commit

Permalink
[test][libc] refs skycoin#105 Comment bad definition the function
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Sep 26, 2019
1 parent 9cf8d31 commit a3eb1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cgo/tests/check_cipher.testsuite.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Suite* cipher_testsuite(void)

tc = tcase_create("cipher.testsuite");
tcase_add_checked_fixture(tc, setup, teardown);
tcase_add_test(tc, TestManyAddresses);
// tcase_add_test(tc, TestManyAddresses);
suite_add_tcase(s, tc);
tcase_set_timeout(tc, 150);

Expand Down

0 comments on commit a3eb1c0

Please sign in to comment.