Browse Source

test-ob-octave: Add missing `provide'

Nick Dokos 3 years ago
parent
commit
98a771cc3b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      testing/lisp/test-ob-octave.el

+ 2 - 0
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)