Преглед на файлове

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

bel2125 преди 8 години
родител
ревизия
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;