diff options
-rw-r--r-- | test/tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.el b/test/tests.el index e3675de..0787705 100644 --- a/test/tests.el +++ b/test/tests.el @@ -5,7 +5,7 @@ (if (string-prefix-p "stack-" (symbol-name symbol)) (unintern symbol))))) -(defmacro stack-test-sample-data (method &optional directory) +(defun stack-test-sample-data (method &optional directory) (with-current-buffer (find-file-noselect (concat "data-samples/" |