Skip to content

Commit dd4d5e8

Browse files
committed
Allow module tests to see Engine types.
1 parent bbc25b1 commit dd4d5e8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

PSql.Tests/TestSuite.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// Copyright Subatomix Research Inc.
22
// SPDX-License-Identifier: MIT
33

4+
extern alias Engine;
5+
6+
global using E = Engine::PSql;
7+
48
using PSql.Internal;
59

610
[assembly: Parallelizable(ParallelScope.All)]

0 commit comments

Comments
 (0)