diff options
author | Eric Ludlam <eric@siege-engine.com> | 2019-10-14 20:46:01 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-10-15 11:08:18 -0400 |
commit | 128f803197c319807de838550270725ecdedbc7c (patch) | |
tree | 917b8b90029ffed192ab9365e81afeae372f943b /test/manual/cedet/srecode-tests.el | |
parent | a99812ee0fb7245d4ee3a862f3139c0a53a8c5d7 (diff) | |
download | emacs-128f803197c319807de838550270725ecdedbc7c.tar.gz emacs-128f803197c319807de838550270725ecdedbc7c.tar.bz2 emacs-128f803197c319807de838550270725ecdedbc7c.zip |
Update CEDET manual tests so that they run.
To run visit test/manual/cedet/cedet-utests.el
M-x eval-buffer
M-x cedet-utest
Author: Eric Ludlam <zappo@gnu.org>
Diffstat (limited to 'test/manual/cedet/srecode-tests.el')
-rw-r--r-- | test/manual/cedet/srecode-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual/cedet/srecode-tests.el b/test/manual/cedet/srecode-tests.el index 94c5dbbd952..355bc0715d1 100644 --- a/test/manual/cedet/srecode-tests.el +++ b/test/manual/cedet/srecode-tests.el @@ -243,7 +243,7 @@ It is filled with some text." ;;; From srecode-document: -(require 'srecode/doc) +(require 'srecode/document) (defun srecode-document-function-comment-extract-test () "Test old comment extraction. |