Also run duplicate consistency checks on windows (#261)

This commit is contained in:
Thom Wiggers 2020-01-22 16:05:20 +01:00 committed by Douglas Stebila
parent 8eca85fcd2
commit dcad0bd878

View File

@ -47,7 +47,6 @@ def file_get_contents(filename):
return f.read() return f.read()
@helpers.skip_windows()
@helpers.filtered_test @helpers.filtered_test
def test_duplicate_consistency(implementation, source, file): def test_duplicate_consistency(implementation, source, file):
target_path = os.path.join(source.path(), file) target_path = os.path.join(source.path(), file)