Fix test constructor name

This commit is contained in:
imaqtkatt 2024-01-24 16:45:26 -03:00
parent fa8cdc3941
commit 898440d025
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
data Override
= SNil
= LNil
main = [λz λk z]

View File

@ -2,4 +2,4 @@
source: tests/golden_tests.rs
input_file: tests/golden_tests/run_file/override_list_ctr.hvm
---
SNil is a built-in constructor and should not be overriden.
LNil is a built-in constructor and should not be overriden.