Skip to content

Commit 599e4a0

Browse files
committed
Fix incorrect import in DynamicClassFixture
1 parent 705d794 commit 599e4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate.Test/EntityModeTest/Map/Basic/DynamicClassFixture.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
using System.Collections;
1+
using System;
2+
using System.Collections;
23
using System.Collections.Generic;
34
using System.Dynamic;
45
using System.Linq.Dynamic.Core;
56
using System.Linq;
6-
using Antlr.Runtime.Misc;
77
using NUnit.Framework;
88
using NHibernate.Criterion;
99

0 commit comments

Comments
 (0)