Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-10-17 16:02:17 +0300
committerMarek Safar <marek.safar@gmail.com>2017-11-28 11:10:57 +0300
commit82151ac4fad4b085c36faa31488e566ed72fb956 (patch)
treed1af04c472077d9917b5e65e4f3bde189c5064af /runtime
parentdcf567ff6460a121e135ec79b93fde5ba5de755c (diff)
[corlib] Adds Span/Memory tests
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 6b8ad637282..ffd93565617 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -130,7 +130,7 @@ PLATFORM_PATH_SEPARATOR = :
endif
# assemblies which are excluded from testing in mcs-compileall below
-VERIFY_TESTS_FILTER =
+VERIFY_TESTS_FILTER = System.Runtime.CompilerServices.Unsafe.dll
if HOST_WIN32
# Mono.WebBrowser.dll fails to verify on Windows