From 27b39d83535231d31f562002b78ac1e1b3b54be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Mon, 11 Mar 2019 21:58:20 +0100 Subject: Fix bad test (#23173) The test was testing that a non-virtual call to an abstract method that is methodimpl on the same type will land in the methodimpl. This behavior is not specced and cannot be hit with any mainstream .NET languages. We are making non-virtual calls to abstract methods throw a BadImageFormatException instead. Fixes #23096. --- tests/issues.targets | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/issues.targets') diff --git a/tests/issues.targets b/tests/issues.targets index e4bde3b22d..eb34df3ca6 100644 --- a/tests/issues.targets +++ b/tests/issues.targets @@ -71,9 +71,6 @@ 19406 - - 23096 - -- cgit v1.2.3