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:
Diffstat (limited to 'mcs/class/corlib/corert/Debug.cs')
-rw-r--r--mcs/class/corlib/corert/Debug.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/corlib/corert/Debug.cs b/mcs/class/corlib/corert/Debug.cs
index 6a889367529..7a7b21675c7 100644
--- a/mcs/class/corlib/corert/Debug.cs
+++ b/mcs/class/corlib/corert/Debug.cs
@@ -9,5 +9,9 @@ namespace System.Diagnostics.Private
public static void Assert (bool condition, string message)
{
}
+
+ public static void Fail (string message)
+ {
+ }
}
}