]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix provide. (cedet-uutil, srecode/semantic): New requires.
authorEric Ludlam <zappo@gnu.org>
Sat, 20 Aug 2011 17:09:56 +0000 (13:09 -0400)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 17:04:09 +0000 (19:04 +0200)
test/manual/cedet/cedet/srecode/test-getset.el

index d1bd537f141ae0d0e8245d666a039cc9d4d33dcb..c70be41e351e665b1248a8a8d69dddc9650f7840 100644 (file)
@@ -1,6 +1,6 @@
 ;;; srecode/test-getset.el --- Test the getset inserter.
 
-;; Copyright (C) 2008, 2009 Eric M. Ludlam
+;; Copyright (C) 2008, 2009, 2011 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -23,7 +23,8 @@
 ;;
 ;; Unit tests for the getset inserter application.
 
-(require 'cedet-utests)
+(require 'cedet-uutil)
+(require 'srecode/semantic)
 
 ;;; Code:
 (defvar srecode-utest-getset-pre-fill
@@ -159,5 +160,5 @@ private:
        (semantic-go-to-tag (car tag))
       (error "Failed to jump to tag %s" tagname))))
 
-(provide 'srecode/test-getset)
+(provide 'cedet/srecode/test-getset)
 ;;; srecode/test-getset.el ends here