update the second example in the transcript to fail for the right reasons

This commit is contained in:
Paul Chiusano 2021-07-16 12:20:46 -04:00
parent a8d76dc2d5
commit e190567d8f
2 changed files with 5 additions and 5 deletions

View File

@ -14,5 +14,5 @@ ex = {{ @eval{abort} }}
This file should also not typecheck - it has a triple backticks block that uses abilities.
```ucm:error
.> load fix2238.u
.> load unison-src/transcripts/fix2238.u
```

View File

@ -18,11 +18,11 @@ ex = {{ @eval{abort} }}
This file should also not typecheck - it has a triple backticks block that uses abilities.
```ucm
.> load fix2238.u
.> load unison-src/transcripts/fix2238.u
😶
The expression in red needs the {Abort} ability, but this location does not have access to any abilities.
7 | abort + 1
The file "fix2238.u" does not exist or is not a valid source
file.
```