From 4c8a5b51046c0f58f5a4c805794735bcd778eb8d Mon Sep 17 00:00:00 2001
From: Dirkjan Ochtman <dirkjan@ochtman.nl>
Date: Tue, 7 Mar 2017 21:34:50 +0100
Subject: Remove debugging cruft from test_nested_for

---
 testing/tests/loops.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'testing')

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]>,
 }
-- 
cgit