Also run duplicate consistency checks on windows (#261)

This commit is contained in:
Thom Wiggers 2020-01-22 16:05:20 +01:00 committad av Kris Kwiatkowski
förälder 13c0317e25
incheckning 22e2551c95

Visa fil

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