Fix trailing whitespace
Esse commit está contido em:
pai
aea3377582
commit
157d7b7a78
@ -8,7 +8,7 @@ import pqclean
|
||||
def test_preprocessor():
|
||||
for scheme in pqclean.Scheme.all_schemes():
|
||||
for implementation in scheme.implementations:
|
||||
if helpers.permit_test('preprocessor', implementation):
|
||||
if helpers.permit_test('preprocessor', implementation):
|
||||
yield check_preprocessor, implementation
|
||||
|
||||
|
||||
|
@ -17,7 +17,7 @@ def test_char():
|
||||
)
|
||||
for scheme in pqclean.Scheme.all_schemes():
|
||||
for implementation in scheme.implementations:
|
||||
if helpers.permit_test('char', implementation):
|
||||
if helpers.permit_test('char', implementation):
|
||||
yield check_char, implementation
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@ import helpers
|
||||
def test_compile_lib():
|
||||
for scheme in pqclean.Scheme.all_schemes():
|
||||
for implementation in scheme.implementations:
|
||||
if helpers.permit_test('compile_lib', implementation):
|
||||
if helpers.permit_test('compile_lib', implementation):
|
||||
yield check_compile_lib, implementation
|
||||
|
||||
|
||||
|
Carregando…
Referência em uma nova issue
Block a user