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/errors/bug17.cs')
-rwxr-xr-xmcs/errors/bug17.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/mcs/errors/bug17.cs b/mcs/errors/bug17.cs
deleted file mode 100755
index d922487cf34..00000000000
--- a/mcs/errors/bug17.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-//
-// Fixed
-//
-class X {
- static void Main ()
- {
-double x = 64.0;
-System.Console.WriteLine("x = " + x.ToBoolean(null));
-}
-}