summaryrefslogtreecommitdiff
path: root/t/00-load.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-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!";
}