branch: externals/org commit 98a771cc3bb56886a0682088a9767655efe4c9be Author: Nick Dokos <ndo...@gmail.com> Commit: Ihor Radchenko <yanta...@gmail.com>
test-ob-octave: Add missing `provide' --- testing/lisp/test-ob-octave.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/lisp/test-ob-octave.el b/testing/lisp/test-ob-octave.el index 7e20add991..6113b40f31 100644 --- a/testing/lisp/test-ob-octave.el +++ b/testing/lisp/test-ob-octave.el @@ -63,3 +63,5 @@ (org-test-at-id "cc2d82bb-2ac0-45be-a0c8-d1463b86a3ba" (org-babel-next-src-block 5) (should (equal nil (org-babel-execute-src-block))))) + +(provide 'test-ob-octave)