We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5af0ab commit 7f9dab9Copy full SHA for 7f9dab9
src/libraries/Common/tests/System/Reflection/InvokeInterpretedTests.cs
@@ -16,7 +16,6 @@ public static void VerifyInvokeIsUsingInterpreter_Method()
16
Exception exInner = ex.InnerException;
17
18
Assert.Contains("Here", exInner.ToString());
19
- Assert.Contains("InterpretedInvoke_Method", exInner.ToString());
20
Assert.DoesNotContain("InvokeStub_TestClassThatThrows", exInner.ToString());
21
}
22
@@ -29,7 +28,6 @@ public static void VerifyInvokeIsUsingInterpreter_Constructor()
29
28
30
31
32
- Assert.Contains("InterpretedInvoke_Constructor", exInner.ToString());
33
34
35
0 commit comments