From 68727fc8a9d1c55e5a32f7c3f24ca70380d23c71 Mon Sep 17 00:00:00 2001 From: triton Date: Tue, 5 Feb 2013 00:00:34 +0000 Subject: [PATCH] Update the text fixture to use DriverOptions. --- src/Generator.Tests/HeaderTestFixture.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Generator.Tests/HeaderTestFixture.cs b/src/Generator.Tests/HeaderTestFixture.cs index df6133bc..346ddcf9 100644 --- a/src/Generator.Tests/HeaderTestFixture.cs +++ b/src/Generator.Tests/HeaderTestFixture.cs @@ -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);