[svn] r6341: nemerle/trunk/ncc/testsuite/negative/attributes.n
malekith
svnadmin at nemerle.org
Fri May 26 21:49:06 CEST 2006
Log:
Fix error mark.
Author: malekith
Date: Fri May 26 21:49:04 2006
New Revision: 6341
Modified:
nemerle/trunk/ncc/testsuite/negative/attributes.n
Modified: nemerle/trunk/ncc/testsuite/negative/attributes.n
==============================================================================
--- nemerle/trunk/ncc/testsuite/negative/attributes.n (original)
+++ nemerle/trunk/ncc/testsuite/negative/attributes.n Fri May 26 21:49:04 2006
@@ -20,5 +20,5 @@
[Accessor] mutable _m : decimal;
}
- [MyAttr3("Name3", 3, 'c', 33.33m)] // An attribute argument cannot be number of type decimal
+ [MyAttr3("Name3", 3, 'c', 33.33m)] // E: An attribute argument cannot be number of type decimal
class TestMacroTest {}
More information about the svn
mailing list