summary refs log tree commit diff
path: root/t/00-load.t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-10-08 15:39:16 +0200
committerfranck cuny <franck@lumberjaph.net>2010-10-08 15:39:16 +0200
commitf5acb0e9b34ef7ca5aa992fb1406a709ddade3a0 (patch)
treee301b0a90ccadc6ee4574c47b214d5f364f5f162 /t/00-load.t
parentadd default ext (diff)
downloaddancer-template-xslate-f5acb0e9b34ef7ca5aa992fb1406a709ddade3a0.tar.gz
update tests
Diffstat (limited to 't/00-load.t')
-rw-r--r--t/00-load.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/00-load.t b/t/00-load.t
index da6530d..d4ef20b 100644
--- a/t/00-load.t
+++ b/t/00-load.t
@@ -3,6 +3,5 @@ use warnings;
 use Test::More tests => 1;
 
 BEGIN {
-    use_ok( 'Dancer::Template::Xslate' ) || print "Bail out!
-";
+    use_ok( 'Dancer::Template::Xslate' ) || print "Bail out!";
 }