Преглед изворни кода

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

bel2125 пре 7 година
родитељ
комит
4136d1cfd4
1 измењених фајлова са 1 додато и 1 уклоњено
  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;