]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix provide.
authorEric Ludlam <zappo@gnu.org>
Sat, 20 Aug 2011 17:08:02 +0000 (13:08 -0400)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 18:13:42 +0000 (20:13 +0200)
test/manual/cedet/cedet/semantic/utest-c.el

index 811abf952b92f542de461df893ad4b0e68d0505c..0f027bffdc8c0762d350014ee2dbcfdc3edee932 100644 (file)
@@ -1,6 +1,6 @@
 ;;; semantic/utest-c.el --- C based parsing tests.
 
-;; Copyright (C) 2008, 2009, 2010 Eric M. Ludlam
+;; Copyright (C) 2008, 2009, 2010, 2011 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -109,5 +109,5 @@ those with PASS in the name will pass."
            )))))
   )
 
-(provide 'semantic/utest-c)
+(provide 'cedet/semantic/utest-c)
 ;;; semantic/utest-c.el ends here