From 6ca1e988da38e3268471749dee63272c7e063263 Mon Sep 17 00:00:00 2001 From: triton Date: Sat, 9 Mar 2013 01:23:08 +0000 Subject: [PATCH] Fixed the tests. --- src/Generator.Tests/TestCLITypePrinter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Generator.Tests/TestCLITypePrinter.cs b/src/Generator.Tests/TestCLITypePrinter.cs index 0e5aeeeb..11536ac0 100644 --- a/src/Generator.Tests/TestCLITypePrinter.cs +++ b/src/Generator.Tests/TestCLITypePrinter.cs @@ -8,7 +8,7 @@ namespace Generator.Tests [TypeMap("FnPtr3")] public class CLITypePrinterTypeMap : TypeMap { - public override string Signature() { return "TypedefFn3"; } + public override string CLISignature() { return "TypedefFn3"; } } [TestFixture]