summaryrefslogtreecommitdiffstats
path: root/modules/references
diff options
context:
space:
mode:
Diffstat (limited to 'modules/references')
-rw-r--r--modules/references/references_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/references/references_test.go b/modules/references/references_test.go
index b38ee102ba..bcb2c4384f 100644
--- a/modules/references/references_test.go
+++ b/modules/references/references_test.go
@@ -44,10 +44,6 @@ func TestFindAllIssueReferences(t *testing.T) {
},
},
{
- "#123 no, this is a title.",
- []testResult{},
- },
- {
" #124 yes, this is a reference.",
[]testResult{
{124, "", "", "124", false, XRefActionNone, &RefSpan{Start: 0, End: 4}, nil},