Skip to content

Commit aef5453

Browse files
fix warning
1 parent cd264fa commit aef5453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Aardvark.Algodat.Tests/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,9 +1860,9 @@ static void SmTest20220610()
18601860

18611861
public static void Main(string[] _)
18621862
{
1863-
new InlinedNodeTests().CanInlineNode(); return;
1863+
//new InlinedNodeTests().CanInlineNode(); return;
18641864

1865-
SmTest20220610();
1865+
//SmTest20220610();
18661866

18671867
//Test_Import_Regression();
18681868

0 commit comments

Comments
 (0)