소스 검색

Type tests as vector<Test>

Michał Śledź 1 개월 전
부모
커밋
f0b1756d7a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/main.cpp

+ 1 - 1
test/main.cpp

@@ -66,7 +66,7 @@ TestResult testCCleanup() {
 	}
 }
 
-static const auto tests = {
+static const vector<Test> tests = {
     // C++ API tests
     Test("WebRTC connectivity", test_connectivity),
     Test("WebRTC broken fingerprint", test_connectivity_fail_on_wrong_fingerprint),