Explorar o código

Type tests as vector<Test>

Michał Śledź hai 1 mes
pai
achega
f0b1756d7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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),