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>2018-02-23 13:41:41 +0300
committerMarek Safar <marek.safar@gmail.com>2018-02-26 13:52:12 +0300
commit0129c25e435841fea84672dcdec608da643b93b1 (patch)
tree1c29d7540c579361a6b9b55f23b7f3f8f8496a53 /mcs/class/System.Runtime.Remoting
parent335ca28eaf91b157420e22cfdbecb98884172a56 (diff)
[tests] Use RemoteExecutor from corefx
Diffstat (limited to 'mcs/class/System.Runtime.Remoting')
-rw-r--r--mcs/class/System.Runtime.Remoting/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.Runtime.Remoting/Makefile b/mcs/class/System.Runtime.Remoting/Makefile
index 4dc2f64f9d2..3b4b390b4f6 100644
--- a/mcs/class/System.Runtime.Remoting/Makefile
+++ b/mcs/class/System.Runtime.Remoting/Makefile
@@ -15,8 +15,6 @@ endif
TEST_MCS_FLAGS = -nowarn:618
TEST_LIB_REFS = System System.Xml System.Core
-TEST_MONO_PATH = .
-
EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs
include ../../build/library.make