From 38412f4a2fe4d05fbb5a790e778b233438d6c840 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Sun, 7 Mar 2021 16:20:11 +0100 Subject: Fix remaining compiler warnings --- tests/org-fc-filter-test.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/org-fc-filter-test.el b/tests/org-fc-filter-test.el index 13c5dcd..3458c7b 100644 --- a/tests/org-fc-filter-test.el +++ b/tests/org-fc-filter-test.el @@ -60,8 +60,8 @@ (should (org-fc-test-compare-ids (org-fc-test-filter-index index '(and (tag "file1") - (tag "file2") - (tag "file3"))) + (tag "file2") + (tag "file3"))) '(c-double c-cloze))) ;; Negation @@ -74,5 +74,5 @@ (should (org-fc-test-compare-ids (org-fc-test-filter-index index '(and (not (type normal)) - (tag "file1"))) + (tag "file1"))) '(c-double c-cloze))))) -- cgit v1.2.3