From 087e29e70555bdccbf1b86bf463b274a77fece83 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 7 Feb 2006 20:46:10 +0000 Subject: [PATCH] comment about unusual test git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8741 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/csharp/intermediary_classname_runme.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Examples/test-suite/csharp/intermediary_classname_runme.cs b/Examples/test-suite/csharp/intermediary_classname_runme.cs index 551f4ed32..0ae8fba75 100644 --- a/Examples/test-suite/csharp/intermediary_classname_runme.cs +++ b/Examples/test-suite/csharp/intermediary_classname_runme.cs @@ -1,3 +1,8 @@ + +/*********************************************************************************************** + NOTE: This is a custom testcase and should be run using make intermediary_classname.customtest + ***********************************************************************************************/ + using System; using intermediary_classnameNamespace;