fix test: ?? in syntax template broke with new ?? template form
This commit is contained in:
parent
d3aa7e90e7
commit
954823ec5f
|
@ -1700,12 +1700,12 @@
|
|||
(compound-unit/infer (import) (export) (link (((A : b)) c))))
|
||||
(test-syntax-error
|
||||
"compound-unit/infer: unknown signature"
|
||||
(compound-unit/infer (import ??) (export) (link)))
|
||||
(compound-unit/infer (import ???) (export) (link)))
|
||||
(test-syntax-error "compound-unit/infer: unknown sig"
|
||||
(compound-unit/infer (import) (export ??) (link)))
|
||||
(compound-unit/infer (import) (export ???) (link)))
|
||||
(test-syntax-error
|
||||
"compound-unit/infer: unknown linking identifier"
|
||||
(compound-unit/infer (import) (export) (link (() u ??))))
|
||||
(compound-unit/infer (import) (export) (link (() u ???))))
|
||||
|
||||
|
||||
(define-unit x
|
||||
|
|
Loading…
Reference in New Issue
Block a user