summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/while.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/compiler/while.typ')
-rw-r--r--tests/typ/compiler/while.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/while.typ b/tests/typ/compiler/while.typ
index 9eea2c37..56409c6e 100644
--- a/tests/typ/compiler/while.typ
+++ b/tests/typ/compiler/while.typ
@@ -26,7 +26,7 @@
#test(while false {}, none)
#let i = 0
-#test(type(while i < 1 [#(i += 1)]), "content")
+#test(type(while i < 1 [#(i += 1)]), content)
---
// Condition must be boolean.