summaryrefslogtreecommitdiff
path: root/test/src/textprop-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/textprop-tests.el')
-rw-r--r--test/src/textprop-tests.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/src/textprop-tests.el b/test/src/textprop-tests.el
index 397ef28c035..ceb48d1b2db 100644
--- a/test/src/textprop-tests.el
+++ b/test/src/textprop-tests.el
@@ -67,3 +67,6 @@
;; (message "%S" (car stack))
(should (and (equal-including-properties (pop stack) string)
(null stack)))))
+
+(provide 'textprop-tests)
+;; textprop-tests.el ends here.