emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 2cfef8f 048/316: Add test files


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 2cfef8f 048/316: Add test files
Date: Fri, 27 Jan 2017 20:03:26 +0000 (UTC)

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

    Add test files
    
    * test/manual/cedet/integ_src/globalref/src/Manager.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.
---
 test/manual/cedet/integ_src/globalref/src/Manager.cc |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/test/manual/cedet/integ_src/globalref/src/Manager.cc 
b/test/manual/cedet/integ_src/globalref/src/Manager.cc
new file mode 100644
index 0000000..7f8ca83
--- /dev/null
+++ b/test/manual/cedet/integ_src/globalref/src/Manager.cc
@@ -0,0 +1,14 @@
+#include "Util.hh"
+#include "Manager.hh"
+
+//
+// This contains source using namespaces that are used in the test,
+// but with an impl that we aren't searching for.
+//
+namespace play { namespace prod {
+
+Manager(const int param) {
+   printf("Inside Manager ctor. myUtilFunc returned: %d\n", 
play::prod::myUtilFunc(param));
+}
+
+}}



reply via email to

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