diff options
Diffstat (limited to 'src/c/test.c')
-rw-r--r-- | src/c/test.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/c/test.c b/src/c/test.c index fa905af..0122dc3 100644 --- a/src/c/test.c +++ b/src/c/test.c @@ -60,7 +60,6 @@ void test_normalize_matrix() { int test_number = 1; int fail_flag = 0; char *test_name = "test_normailze_matrix"; - char *type = "%lf"; double sum = 0; int i = 0; @@ -106,8 +105,7 @@ void test_normalize_matrix() { } -int main(int argc, char **argv) { - int test_number = 1; +int main() { header("count_sequences"); test_count_sequences(); |