Explorar el Código

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

bel2125 hace 8 años
padre
commit
4136d1cfd4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;