Fix a copy paste error in system-test-derivations-differences-data

This commit is contained in:
Christopher Baines 2021-01-04 22:58:53 +00:00
parent b84014dca5
commit b4bb92c8a9

View file

@ -1095,7 +1095,7 @@ ORDER BY coalesce(base_system_tests.name, target_system_tests.name) ASC"))
base_file base_file
base_line base_line
base_column_number))) base_column_number)))
(target . ,(if (null? base_file) (target . ,(if (null? target_file)
'null 'null
(location->alist (location->alist
target_file target_file