summaryrefslogtreecommitdiff
path: root/test/automated
diff options
context:
space:
mode:
authorTassilo Horn <tsdh@gnu.org>2013-06-12 16:43:46 +0200
committerTassilo Horn <tsdh@gnu.org>2013-06-12 16:43:46 +0200
commit02a87775d4ee494309408f4bd0eddbaba6394011 (patch)
tree4e365195e4759755ef8cccfa470ae16892636599 /test/automated
parent18d78c5ed373a23526b6842b3a051b8fb2b3fbe8 (diff)
downloademacs-02a87775d4ee494309408f4bd0eddbaba6394011.tar.gz
* automated/reftex-tests.el (reftex-parse-from-file-test): Fix
test.
Diffstat (limited to 'test/automated')
-rw-r--r--test/automated/reftex-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/automated/reftex-tests.el b/test/automated/reftex-tests.el
index 5f5b008aa5c..de7f36d825a 100644
--- a/test/automated/reftex-tests.el
+++ b/test/automated/reftex-tests.el
@@ -115,6 +115,7 @@
(with-temp-buffer
(insert "test\n")
(write-region (point-min) (point-max) bib-file))
+ (reftex-ensure-compiled-variables)
(let ((parsed (reftex-parse-from-file tex-file nil temp-dir)))
(should (equal (car parsed) `(eof ,tex-file)))
(pop parsed)