Marcin Krzyzanowski пре 6 година
родитељ
комит
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(RabbitTestsPerf.allTests()),
         testCase(ExtensionsTestPerf.allTests()),
         testCase(ExtensionsTestPerf.allTests()),
         testCase(PBKDFPerf.allTests()),
         testCase(PBKDFPerf.allTests()),
-        testCase(ScryptTestsPerf.allTests))
+        testCase(ScryptTestsPerf.allTests())
     ]
     ]
 #endif
 #endif