fix remaining tests

This commit is contained in:
Matthew Yacavone 2022-07-13 18:59:08 -07:00
parent 2c179b1694
commit 2a8f7557e8
7 changed files with 55 additions and 0 deletions

View File

@ -10,4 +10,5 @@ Testing... ERROR for the following inputs:
invalid sequence index: 1
-- Backtrace --
(Cryptol::@) called at issue103.icry:2:11--2:21
<interactive>::f called at issue103.icry:3:9--3:10
<interactive>::it called at issue103.icry:3:8--3:23

View File

@ -0,0 +1,4 @@
Loading module Cryptol
Parse error at issue565\I.cry:3:8--3:9
Backtick module imports are no longer supported.

View File

@ -0,0 +1,4 @@
Loading module Cryptol
Parse error at T12\Main.cry:4:8--4:9
Instantiation of a parameterized module may not itself be parameterized

View File

@ -0,0 +1,11 @@
Loading module Cryptol
Loading module Cryptol
Loading interface module T3::A$interface
Loading module T3::A
Loading module T3::Main
[error] at T3\Main.cry:5:8--5:15
Value not in scope: X::main
[error] at T3\Main.cry:3:1--3:18
• Expected a module
• `T3::A` is a functor

View File

@ -0,0 +1,12 @@
Loading module Cryptol
Loading module Cryptol
Loading module T5::Main$argument
Parse error at .\T5\B.cry:4:3--4:4
Instantiation of a parameterized module may not itself be parameterized
[error] at T5.icry:2:4--2:8
Value not in scope: main
[error] at T5.icry:3:1--3:5
Value not in scope: main

View File

@ -0,0 +1,12 @@
Loading module Cryptol
Loading module Cryptol
Loading module T5::Main$argument
Parse error at .\T5\B.cry:4:3--4:4
Instantiation of a parameterized module may not itself be parameterized
[error] at T6.icry:2:4--2:8
Value not in scope: main
[error] at T6.icry:3:1--3:5
Value not in scope: main

View File

@ -0,0 +1,11 @@
Loading module Cryptol
Loading module Cryptol
Loading interface module T019::J
Loading module T019::B$argument
Loading interface module T019::I
Loading module T019::A
Loading module T019::B
[error] at .\T019\B.cry:1:8--1:15
• Expected a module
• `T019::B$argument` is a functor