File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/libraries/Common/tests/System/Reflection Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ public static void VerifyInvokeIsUsingInterpreter_Method()
16
16
Exception exInner = ex . InnerException ;
17
17
18
18
Assert . Contains ( "Here" , exInner . ToString ( ) ) ;
19
- Assert . Contains ( "InterpretedInvoke_Method" , exInner . ToString ( ) ) ;
20
19
Assert . DoesNotContain ( "InvokeStub_TestClassThatThrows" , exInner . ToString ( ) ) ;
21
20
}
22
21
@@ -29,7 +28,6 @@ public static void VerifyInvokeIsUsingInterpreter_Constructor()
29
28
Exception exInner = ex . InnerException ;
30
29
31
30
Assert . Contains ( "Here" , exInner . ToString ( ) ) ;
32
- Assert . Contains ( "InterpretedInvoke_Constructor" , exInner . ToString ( ) ) ;
33
31
Assert . DoesNotContain ( "InvokeStub_TestClassThatThrows" , exInner . ToString ( ) ) ;
34
32
}
35
33
You can’t perform that action at this time.
0 commit comments