diff options
| author | T0mstone <39707032+T0mstone@users.noreply.github.com> | 2023-10-02 20:28:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-02 20:28:19 +0200 |
| commit | cf9bde3245817e068c8253070e7a94dcc05369fb (patch) | |
| tree | ec6bcd27a9e38d307015f9c3d5a94acc4379a468 /tests/typ/compiler | |
| parent | 34ebbaeb1082b82b4f38d0b8da9a07675127ed79 (diff) | |
Add capability to get current compiler version (#2016)
Diffstat (limited to 'tests/typ/compiler')
| -rw-r--r-- | tests/typ/compiler/bytes.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/bytes.typ b/tests/typ/compiler/bytes.typ index fa724858..9a26e826 100644 --- a/tests/typ/compiler/bytes.typ +++ b/tests/typ/compiler/bytes.typ @@ -28,5 +28,5 @@ #bytes((a: 1)) --- -// Error: 8-15 expected bytes or array, found string +// Error: 8-15 expected bytes, array, or version, found string #array("hello") |
