emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 0c4deea 079/316: Test files cont


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 0c4deea 079/316: Test files contributed by Barry OReilly
Date: Sat, 28 Jan 2017 09:09:49 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 0c4deea5f627db93d5e489c5b9154236df284835
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.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.
---
 .../manual/cedet/integ_src/globalref/test/ManagerTest.hh |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

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 0000000..7d5578e
--- /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();
+    };
+}}



reply via email to

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