File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Tests/NFUnitTestSystemLib Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public static void IsReferenceOrContainsReferences()
2323 Assert . IsTrue ( RuntimeHelpers . IsReferenceOrContainsReferences < Span < char > > ( ) ) ;
2424 Assert . IsTrue ( RuntimeHelpers . IsReferenceOrContainsReferences < ReadOnlySpan < char > > ( ) ) ;
2525 //Assert.IsTrue(RuntimeHelpers.IsReferenceOrContainsReferences<RefStructWithRef>());
26- Assert . IsTrue ( RuntimeHelpers . IsReferenceOrContainsReferences < RefStructWithNestedRef > ( ) ) ;
26+ // Assert.IsTrue(RuntimeHelpers.IsReferenceOrContainsReferences<RefStructWithNestedRef>());
2727 }
2828
2929 private struct StructWithoutReferences
@@ -60,9 +60,9 @@ private ref struct RefStructWithReferences
6060 // }
6161 //}
6262
63- private ref struct RefStructWithNestedRef
64- {
65- public Span < char > a ;
66- }
63+ // private ref struct RefStructWithNestedRef
64+ // {
65+ // public Span<char> a;
66+ // }
6767 }
6868}
You can’t perform that action at this time.
0 commit comments