Fix a copy paste error in system-test-derivations-differences-data
This commit is contained in:
parent
b84014dca5
commit
b4bb92c8a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue