fix test: ?? in syntax template broke with new ?? template form

This commit is contained in:
Ryan Culpepper 2018-03-30 12:06:49 +02:00
parent d3aa7e90e7
commit 954823ec5f

View File

@ -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