Skip to content

Syntax Errors In Generator.Tests #5

@tomspilman

Description

@tomspilman

There are some syntax errors in the current Generator.Tests library that I don't know how to fix myself.

First in TestPasses.cs you have this:

        [SetUp]
        public void Setup()
        {
            ParseLibrary("Passes.h");
            passBuilder = new PassBuilder(library); // < ERROR!  PassBuilder needs a Driver now!
        }

Then in TestCLITypePrinter.cs:

        [TestFixtureSetUp]
        public void Init()
        {
            ParseLibrary("CLITypes.h");
            printer = new CLITypePrinter(database, library); // < ERROR! needs a Driver and a CLITypePrinterContext!
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions