From 0c4deea5f627db93d5e489c5b9154236df284835 Mon Sep 17 00:00:00 2001 From: Eric Ludlam Date: Wed, 1 Jan 2014 20:44:55 -0500 Subject: [PATCH] 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. --- .../cedet/integ_src/globalref/test/ManagerTest.hh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/manual/cedet/integ_src/globalref/test/ManagerTest.hh 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(); + }; +}} -- 2.39.2