emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests 66b117d 071/316: Test files cont


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 66b117d 071/316: Test files contributed by Barry OReilly
Date: Fri, 27 Jan 2017 20:03:28 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 66b117df8b7ee35de96419fa475f102b5fad29dd
Author: Eric Ludlam <address@hidden>
Commit: Edward John Steere <address@hidden>

    Test files contributed by Barry OReilly
    
    * test/manual/cedet/integ_src/globalref/test/ManagerTest.cc: 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.cc      |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/test/manual/cedet/integ_src/globalref/test/ManagerTest.cc 
b/test/manual/cedet/integ_src/globalref/test/ManagerTest.cc
new file mode 100644
index 0000000..51943fb
--- /dev/null
+++ b/test/manual/cedet/integ_src/globalref/test/ManagerTest.cc
@@ -0,0 +1,16 @@
+#include "Util.hh"
+#include "Manager.hh"
+#include "ManagerTest.hh"
+
+//
+// This fcn uses the namespaces used in the test, but should not be
+// a search destination.
+//
+namespace play { namespace test {
+
+    ManagerTest() {
+      printf("Inside ManagerTest ctor.\n");
+      play::prod::Manager manager(666);
+    }
+
+}}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]