From 75d5812a1a5497de110fb69604cbd76163f5ae16 Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Thu, 28 Oct 2010 16:55:49 +0200 Subject: [PATCH] Fix namespace for test version of Options.cs to avoid warnings (at least) --- CSharpTranslator/antlr3/cs2jTest/TestDLLs/Options.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharpTranslator/antlr3/cs2jTest/TestDLLs/Options.cs b/CSharpTranslator/antlr3/cs2jTest/TestDLLs/Options.cs index 9a43b19..686c5d5 100644 --- a/CSharpTranslator/antlr3/cs2jTest/TestDLLs/Options.cs +++ b/CSharpTranslator/antlr3/cs2jTest/TestDLLs/Options.cs @@ -143,7 +143,7 @@ using System.Linq; using NDesk.Options; #endif -namespace NDesk.Options { +namespace cs2jTest.NDesk.Options { public class OptionValueCollection : IList, IList {