We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e56669 commit 7138986Copy full SHA for 7138986
1 file changed
src/Ubiquity.NET.Llvm.JIT.Tests/OrcJitTests.cs
@@ -4,6 +4,10 @@
4
using System.Diagnostics;
5
using System.Diagnostics.CodeAnalysis;
6
7
+#if DEBUG
8
+using System.Linq;
9
+#endif
10
+
11
using Microsoft.VisualStudio.TestTools.UnitTesting;
12
13
using Ubiquity.NET.Extensions;
0 commit comments