We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9c9f3 commit 3c3adaaCopy full SHA for 3c3adaa
1 file changed
test/Hyperbee.XS.Extensions.Tests/PackageParseExtensionsTests.cs
@@ -12,7 +12,7 @@ public class PackageParseExtensionTests
12
13
public XsVisitorConfig XsConfig = new( "\t",
14
XsExtensions.Extensions().OfType<IXsWriter>().ToArray() );
15
-
+#if !NET9_0
16
[TestMethod]
17
public void Compile_ShouldSucceed_WithExtensions()
18
{
@@ -43,4 +43,5 @@ public void Compile_ShouldSucceed_WithExtensions()
43
44
Assert.AreEqual( "one hundred and twenty-three", result );
45
}
46
+#endif
47
0 commit comments