summaryrefslogtreecommitdiff
path: root/tests/typ/control/while.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/control/while.typ')
-rw-r--r--tests/typ/control/while.typ3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/typ/control/while.typ b/tests/typ/control/while.typ
index 7ad70372..acf7951e 100644
--- a/tests/typ/control/while.typ
+++ b/tests/typ/control/while.typ
@@ -26,9 +26,6 @@
#test(type(while false []), "template")
---
-// Error: 14-19 unknown variable
-#let error = error
-
// Condition must be boolean.
// Error: 8-14 expected boolean, found template
#while [nope] [nope]