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>2014-01-28 13:16:12 +0400
committerMarek Safar <marek.safar@gmail.com>2014-01-28 13:16:58 +0400
commitf25566d57beb37669573088b72028fedb6f180a9 (patch)
tree7c8a122a0d8c3bc79a6bcf22b940a529a7abe7c6 /mcs/tests/test-885.cs
parentf060b9998928275154c8cc426850cad5f6f23003 (diff)
[mcs] Better check for invalid attribute targets. Fixes #17447
Diffstat (limited to 'mcs/tests/test-885.cs')
-rw-r--r--mcs/tests/test-885.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/tests/test-885.cs b/mcs/tests/test-885.cs
index 2bd07100606..5f6fc13d3d8 100644
--- a/mcs/tests/test-885.cs
+++ b/mcs/tests/test-885.cs
@@ -12,7 +12,6 @@ class A : Attribute
}
}
-
class C
{
[A (0.7f * 100.0f)]