Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=147660
  • Loading branch information
marek-safar committed Dec 4, 2009
1 parent 42eaa3a commit 442dfc1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions mcs/errors/cs3005-13.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// CS3005: Identifier `CLSEnum.label' differing only in case is not CLS-compliant
// Line: 9
// CS3005: Identifier `CLSEnum.Label' differing only in case is not CLS-compliant
// Line: 10
// Compiler options: -warnaserror -warn:1

using System;
Expand Down
4 changes: 2 additions & 2 deletions mcs/errors/cs3005-20.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// cs3005-20.cs: Identifier `I.BLAH.get' differing only in case is not CLS-compliant
// Line: 15
// CS3005: Identifier `I.this[int]' differing only in case is not CLS-compliant
// Line: 12
// Compiler options: -warnaserror

using System.Runtime.CompilerServices;
Expand Down
2 changes: 1 addition & 1 deletion mcs/errors/cs3005-22.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// cs3005-22.cs: Identifier `X.index' differing only in case is not CLS-compliant
// CS3005: Identifier `X.Index' differing only in case is not CLS-compliant
// Line: 8
// Compiler options: -warnaserror

Expand Down
2 changes: 1 addition & 1 deletion mcs/errors/cs3005-23.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// cs3005-23.cs: Identifier `CLSClass.get_A()' differing only in case is not CLS-compliant
// CS3005: Identifier `CLSClass.a.get' differing only in case is not CLS-compliant
// Line: 8
// Compiler options: -warnaserror

Expand Down
2 changes: 1 addition & 1 deletion mcs/errors/cs3005-8.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// cs3005-8.cs: Identifier `II.Foo()' differing only in case is not CLS-compliant
// CS3005: Identifier `II.foo' differing only in case is not CLS-compliant
// Line: 9
// Compiler options: -warnaserror

Expand Down
2 changes: 1 addition & 1 deletion mcs/errors/cs3005.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// CS3005: Identifier `ErrorCS3005.FOO' differing only in case is not CLS-compliant
// CS3005: Identifier `ErrorCS3005.foo' differing only in case is not CLS-compliant
// Line: 9
// Compiler options: -warnaserror -warn:1

Expand Down

0 comments on commit 442dfc1

Please sign in to comment.