summaryrefslogtreecommitdiff
path: root/tests/library/typ/image.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/library/typ/image.typ')
-rw-r--r--tests/library/typ/image.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/library/typ/image.typ b/tests/library/typ/image.typ
index 8bf972b2..9c3cd4fe 100644
--- a/tests/library/typ/image.typ
+++ b/tests/library/typ/image.typ
@@ -7,10 +7,10 @@
// Load an RGB JPEG image.
#image("res/tiger.jpg")
-// Error: 9-30 failed to load image
+// Error: 8-29 failed to load image
#image("path/does/not/exist")
-// Error: 9-30 failed to load image
+// Error: 8-29 failed to load image
#image("typ/image-error.typ")
---