branch: master
commit aadc0628b175d341cd4ae7a0476c0702eba37cdb
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    ivy-test.el: Add a provide statement
---
 ivy-test.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ivy-test.el b/ivy-test.el
index 40dae48..f0d17c0 100644
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -204,3 +204,5 @@
   (should (equal (counsel-unquote-regex-parens
                   (ivy--regex "(foo bar"))
                  "(\\(foo).*?(bar)")))
+
+(provide 'ivy-test)

Reply via email to