File tree Expand file tree Collapse file tree
test/test.xunit.assert/Asserts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ public void UnmatchedType()
376376
377377#if NETFRAMEWORK && XUNIT_VALUETASK
378378 [ Fact ]
379- public async ValueTask UnmatchedTypesWithIdenticalNamesShowAssemblies ( )
379+ public async Task UnmatchedTypesWithIdenticalNamesShowAssemblies ( )
380380 {
381381 var dynamicAssembly = await CSharpDynamicAssembly . Create ( "namespace System.Xml { public class XmlException: Exception { } }" ) ;
382382 var assembly = Assembly . LoadFile ( dynamicAssembly . FileName ) ;
@@ -438,7 +438,7 @@ public void UnmatchedTypeThrows()
438438
439439#if NETFRAMEWORK && XUNIT_VALUETASK
440440 [ Fact ]
441- public async ValueTask UnmatchedTypesWithIdenticalNamesShowAssemblies ( )
441+ public async Task UnmatchedTypesWithIdenticalNamesShowAssemblies ( )
442442 {
443443 var dynamicAssembly = await CSharpDynamicAssembly . Create ( "namespace System.Xml { public class XmlException: Exception { } }" ) ;
444444 var assembly = Assembly . LoadFile ( dynamicAssembly . FileName ) ;
You can’t perform that action at this time.
0 commit comments