Browse Source

Update the text fixture to use DriverOptions.

pull/1/head
triton 13 years ago
parent
commit
68727fc8a9
  1. 2
      src/Generator.Tests/HeaderTestFixture.cs

2
src/Generator.Tests/HeaderTestFixture.cs

@ -22,7 +22,7 @@ namespace Generator.Tests @@ -22,7 +22,7 @@ namespace Generator.Tests
database = new TypeMapDatabase();
database.SetupTypeMaps();
var options = new Options();
var options = new DriverOptions();
var path = Path.Combine(Directory.GetCurrentDirectory(), dir);
options.IncludeDirs.Add(path);

Loading…
Cancel
Save