diff options
author | Sean Allred <code@seanallred.com> | 2014-11-01 13:49:33 -0400 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-01 13:49:33 -0400 |
commit | 4b91b49fc84bc1721bc1d97a8519d725e4e3a11e (patch) | |
tree | 0fb03d3b2517f442cab4423d850e8f6b7ce7559c | |
parent | 36ef8b13023f6d5f37041c1a147fcc039c386328 (diff) |
Make the sample data loader a function
-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/" |