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/tests/co1.cs')
-rwxr-xr-xmcs/tests/co1.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/tests/co1.cs b/mcs/tests/co1.cs
deleted file mode 100755
index da1bdaab246..00000000000
--- a/mcs/tests/co1.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-class X {
- const int x = 1;
- const string s = "Hello";
-}