mirror of
https://github.com/HigherOrderCO/Bend.git
synced 2024-11-05 04:51:40 +03:00
Fix test constructor name
This commit is contained in:
parent
fa8cdc3941
commit
898440d025
@ -1,4 +1,4 @@
|
||||
data Override
|
||||
= SNil
|
||||
= LNil
|
||||
|
||||
main = [λz λk z]
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user