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(ExtensionsTestPerf.allTests()),
         testCase(PBKDFPerf.allTests()),
-        testCase(ScryptTestsPerf.allTests))
+        testCase(ScryptTestsPerf.allTests())
     ]
 #endif