summaryrefslogtreecommitdiff
path: root/tests/typ/code
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-09-20 19:49:47 +0200
committerLaurenz <laurmaedje@gmail.com>2022-09-20 19:49:47 +0200
commit3760748fddd3b793c79c370398a9d4a3fc5afc04 (patch)
treeb1a615e510aa231cfe9757a9c0a35a375e32e3ba /tests/typ/code
parent757a701c1aa2a6fb80033c7e75666661818da6f9 (diff)
Refactor error handling
Diffstat (limited to 'tests/typ/code')
-rw-r--r--tests/typ/code/import.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/import.typ b/tests/typ/code/import.typ
index 2c27f135..0c0b6c08 100644
--- a/tests/typ/code/import.typ
+++ b/tests/typ/code/import.typ
@@ -47,7 +47,7 @@
---
// Some non-text stuff.
-// Error: 16-37 failed to load source file (file is not valid utf-8)
+// Error: 16-37 file is not valid utf-8
#import * from "../../res/rhino.png"
---