aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-07 21:34:50 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-07 21:34:50 +0100
commit4c8a5b51046c0f58f5a4c805794735bcd778eb8d (patch)
tree7b994689aacac8ccfae9b511c3071bfe58a8a4a9 /testing
parent2d5c2d2f1098471dfbb9e20aeb02f72126659c71 (diff)
downloadaskama-4c8a5b51046c0f58f5a4c805794735bcd778eb8d.tar.gz
askama-4c8a5b51046c0f58f5a4c805794735bcd778eb8d.tar.bz2
askama-4c8a5b51046c0f58f5a4c805794735bcd778eb8d.zip
Remove debugging cruft from test_nested_for
Diffstat (limited to 'testing')
-rw-r--r--testing/tests/loops.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/loops.rs b/testing/tests/loops.rs
index bb245a4..eedbfa0 100644
--- a/testing/tests/loops.rs
+++ b/testing/tests/loops.rs
@@ -19,7 +19,7 @@ fn test_for() {
#[derive(Template)]
-#[template(path = "nested-for.html", print = "code")]
+#[template(path = "nested-for.html")]
struct NestedForTemplate<'a> {
seqs: Vec<&'a [&'a str]>,
}