Marcin Krzyzanowski 6 лет назад
Родитель
Сommit
bf9acad8d6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Tests/LinuxMain.swift

+ 1 - 1
Tests/LinuxMain.swift

@@ -27,7 +27,7 @@ var tests = [
         testCase(RabbitTestsPerf.allTests()),
         testCase(ExtensionsTestPerf.allTests()),
         testCase(PBKDFPerf.allTests()),
-        testCase(ScryptTestsPerf.allTests))
+        testCase(ScryptTestsPerf.allTests())
     ]
 #endif