aboutsummaryrefslogtreecommitdiffstats
path: root/t/100-shows-todo-comments-since-fork-point.t
diff options
context:
space:
mode:
Diffstat (limited to 't/100-shows-todo-comments-since-fork-point.t')
-rw-r--r--t/100-shows-todo-comments-since-fork-point.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/100-shows-todo-comments-since-fork-point.t b/t/100-shows-todo-comments-since-fork-point.t
index dd0f161..fbf4f86 100644
--- a/t/100-shows-todo-comments-since-fork-point.t
+++ b/t/100-shows-todo-comments-since-fork-point.t
@@ -37,7 +37,7 @@ system('git commit -m "New TODO"');
ok !$?;
my $todos = qx($BIN);
-is $todos, 'TODO: 100-shows-todo-comments-since-fork-point
+is $todos, 'git-sugdiff.rs:34: // TODO: 100-shows-todo-comments-since-fork-point
';