Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 20, 2011
1 parent fffb10b commit 0806ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojolicious/exception_lite_app.t
Expand Up @@ -47,7 +47,7 @@ get '/dead_template_with_layout';
# GET /dead_action
get '/dead_action' => sub { die 'dead action!' };

# GET /double_dead_action
# GET /double_dead_action_☃
get '/double_dead_action_☃' => sub {
eval { die 'double dead action!' };
die $@;
Expand Down

0 comments on commit 0806ff2

Please sign in to comment.