Browse Source

Fixed the tests.

pull/1/head
triton 13 years ago
parent
commit
6ca1e988da
  1. 2
      src/Generator.Tests/TestCLITypePrinter.cs

2
src/Generator.Tests/TestCLITypePrinter.cs

@ -8,7 +8,7 @@ namespace Generator.Tests
[TypeMap("FnPtr3")] [TypeMap("FnPtr3")]
public class CLITypePrinterTypeMap : TypeMap public class CLITypePrinterTypeMap : TypeMap
{ {
public override string Signature() { return "TypedefFn3"; } public override string CLISignature() { return "TypedefFn3"; }
} }
[TestFixture] [TestFixture]

Loading…
Cancel
Save