Skip to content

Commit 3c3adaa

Browse files
updated test for .NET 9
1 parent 9f9c9f3 commit 3c3adaa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/Hyperbee.XS.Extensions.Tests/PackageParseExtensionsTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class PackageParseExtensionTests
1212

1313
public XsVisitorConfig XsConfig = new( "\t",
1414
XsExtensions.Extensions().OfType<IXsWriter>().ToArray() );
15-
15+
#if !NET9_0
1616
[TestMethod]
1717
public void Compile_ShouldSucceed_WithExtensions()
1818
{
@@ -43,4 +43,5 @@ public void Compile_ShouldSucceed_WithExtensions()
4343

4444
Assert.AreEqual( "one hundred and twenty-three", result );
4545
}
46+
#endif
4647
}

0 commit comments

Comments
 (0)