Browse Source

Unit test: remove extra const after restoring C89/C90 compliance

bel2125 7 years ago
parent
commit
4136d1cfd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/main.c

+ 1 - 1
test/main.c

@@ -49,7 +49,7 @@ main(const int argc, char *argv[])
 	const char *const test_dir_arg = "--test-dir=";
 	const size_t test_dir_arg_size = strlen(test_dir_arg);
 
-	SRunner *const srunner;
+	SRunner * srunner;
 	int number_run = 0;
 	int number_failed = 0;