From: Eric Ludlam Date: Thu, 2 Jan 2014 01:44:55 +0000 (-0500) Subject: Test files contributed by Barry OReilly X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c4deea5f627db93d5e489c5b9154236df284835;p=emacs.git Test files contributed by Barry OReilly * test/manual/cedet/integ_src/globalref/test/ManagerTest.hh: These test files contributed by Barry OReilly, modified for use in the automated tests for CEDET, and with additional comments. inc/Util.hh, src/Util.cc: Search symbol both in and outside of namespaces. --- diff --git a/test/manual/cedet/integ_src/globalref/test/ManagerTest.hh b/test/manual/cedet/integ_src/globalref/test/ManagerTest.hh new file mode 100644 index 00000000000..7d5578e879a --- /dev/null +++ b/test/manual/cedet/integ_src/globalref/test/ManagerTest.hh @@ -0,0 +1,14 @@ +#pragma once + +#include "Util.hh" + +// +// This fcn uses the namespaces used in the test, but should not be +// a search destination. +// +namespace play { namespace test { + class ManagerTest { + public: + ManagerTest(); + }; +}}