Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Experiments / Generator / src / test / functional / NAntScriptGenerator.boo
blob869065781a26b1f410a8592339ddd541fb17cd37
1 namespace Generator.Tests.Functional
3 import Generator
4 import Generator.Extentions
5 import NUnit.Framework
7 [TestFixture, Category("Functional")]
8 class NAntScriptGeneratorTest(GeneratorTestCase):
10 [Test]
11 def Usage():
12 Assert.AreEqual(-1, Main(("nantscript",)))