X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=blobdiff_plain;f=mcs%2Fclass%2Ftest-helpers%2FPlatformDetection.cs;fp=mcs%2Fclass%2Ftest-helpers%2FPlatformDetection.cs;h=d9f6d384efef724fef72695be035aa1f752db740;hp=0000000000000000000000000000000000000000;hb=f0ce7bc289794b4f022f2b5939e45e2faf56ac87;hpb=410bb8a57e23a901ea47d8a74f88a20972de423d diff --git a/mcs/class/test-helpers/PlatformDetection.cs b/mcs/class/test-helpers/PlatformDetection.cs new file mode 100644 index 00000000000..d9f6d384efe --- /dev/null +++ b/mcs/class/test-helpers/PlatformDetection.cs @@ -0,0 +1,7 @@ +namespace System +{ + static partial class PlatformDetection + { + public static readonly bool IsNetNative = false; + } +} \ No newline at end of file