aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ui/loop_cycle_empty.rs
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/ui/loop_cycle_empty.rs')
-rw-r--r--testing/tests/ui/loop_cycle_empty.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/tests/ui/loop_cycle_empty.rs b/testing/tests/ui/loop_cycle_empty.rs
index 4aa6010..30d54fa 100644
--- a/testing/tests/ui/loop_cycle_empty.rs
+++ b/testing/tests/ui/loop_cycle_empty.rs
@@ -1,6 +1,3 @@
-// Nb. this test fails because currently an empty array "[]" is always a syntax error in askama,
-// but even if this changes, this test should keep failing, but possibly with another error message
-
use askama::Template;
#[derive(Template)]