diff options
author | Tassilo Horn <tsdh@gnu.org> | 2013-06-12 16:43:46 +0200 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2013-06-12 16:43:46 +0200 |
commit | 02a87775d4ee494309408f4bd0eddbaba6394011 (patch) | |
tree | 4e365195e4759755ef8cccfa470ae16892636599 /test/automated | |
parent | 18d78c5ed373a23526b6842b3a051b8fb2b3fbe8 (diff) | |
download | emacs-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.el | 1 |
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) |