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>2004-06-23 16:17:02 +0400
committerMarek Safar <marek.safar@gmail.com>2004-06-23 16:17:02 +0400
commite6ab4f17b89c3435f263d97026297ef247b629f2 (patch)
tree1a7ad83988679d50d3a4f16d26f266e72cf4fa5b /mcs/errors/cs3005-16.cs
parent4e06d30c9c8c76176dcaf7613a8c97acc9405a4c (diff)
fixed type
svn path=/trunk/mcs/; revision=30182
Diffstat (limited to 'mcs/errors/cs3005-16.cs')
-rw-r--r--mcs/errors/cs3005-16.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs3005-16.cs b/mcs/errors/cs3005-16.cs
index 187f9cf9ce2..6de493794ed 100644
--- a/mcs/errors/cs3005-16.cs
+++ b/mcs/errors/cs3005-16.cs
@@ -1,6 +1,6 @@
// cs3005.cs: Identifier 'CLSClass_B.uNIVERSAL' differing only in case is not CLS-compliant
// Line: 9
-// Compiler options: -reference:cs3005-16-lib.dll
+// Compiler options: -reference:CS3005-16-lib.dll
using System;
[assembly: CLSCompliantAttribute (true)]