소스 검색

Unit test needs a newline at the end of file, otherwise clang integration tests will fail

bel 10 년 전
부모
커밋
9fef901840
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/public.c

+ 1 - 1
test/public.c

@@ -656,4 +656,4 @@ void _tcase_add_test(TCase *tc,
                      int end){};
 TCase *tcase_create(const char *name) { return NULL; };
 Suite *suite_create(const char *name) { return NULL; };
-#endif
+#endif