mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-13 10:58:23 +03:00
Fix tests on windows (hopefully)
This commit is contained in:
parent
5a55e31585
commit
800f1e0cfe
@ -1,4 +1,4 @@
|
||||
Loading module Cryptol
|
||||
|
||||
Parse error at .\T14\Main.cry:3:9,
|
||||
Parse error at T14\Main.cry:3:9,
|
||||
unexpected: MalformedUtf8
|
||||
|
@ -3,7 +3,7 @@ Loading module Cryptol
|
||||
Loading module T16::A
|
||||
Loading module T16::B
|
||||
|
||||
[error] at .\T16\B.cry:5:5--5:11
|
||||
[error] at T16\B.cry:5:5--5:11
|
||||
Multiple definitions for symbol: update
|
||||
(at Cryptol:899:11--899:17, update)
|
||||
(at .\T16\A.cry:3:1--3:7, T16::A::update)
|
||||
(at T16\A.cry:3:1--3:7, T16::A::update)
|
||||
|
@ -4,7 +4,7 @@ Loading module T18::A
|
||||
Loading module T18::A1
|
||||
Loading module T18::B
|
||||
|
||||
[error] at .\T18\B.cry:6:5--6:6
|
||||
[error] at T18\B.cry:6:5--6:6
|
||||
Multiple definitions for symbol: u
|
||||
(at .\T18\A.cry:3:1--3:2, T18::A::u)
|
||||
(at .\T18\A1.cry:3:1--3:2, T18::A1::u)
|
||||
(at T18\A.cry:3:1--3:2, T18::A::u)
|
||||
(at T18\A1.cry:3:1--3:2, T18::A1::u)
|
||||
|
Loading…
Reference in New Issue
Block a user