File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -364,11 +364,11 @@ extension Scrypt {
364364 ]
365365}
366366
367- extension ScryptTestsPeft {
367+ extension ScryptTestsPerf {
368368 // DO NOT MODIFY: This is autogenerated, use:
369369 // `swift test --generate-linuxmain`
370370 // to regenerate.
371- static let __allTests__ScryptTestsPeft = [
371+ static let __allTests__ScryptTestsPerf = [
372372 ( " testScryptPerformance " , testScryptPerformance) ,
373373 ]
374374}
@@ -400,7 +400,7 @@ public func __allTests() -> [XCTestCaseEntry] {
400400 testCase ( RabbitTestsPerf . __allTests__RabbitTestsPerf) ,
401401 testCase ( SHATestsPerf . __allTests__SHATestsPerf) ,
402402 testCase ( Scrypt . __allTests__Scrypt) ,
403- testCase ( ScryptTestsPeft . __allTests__ScryptTestsPeft ) ,
403+ testCase ( ScryptTestsPerf . __allTests__ScryptTestsPerf ) ,
404404 ]
405405}
406406#endif
You can’t perform that action at this time.
0 commit comments