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:
authorZoltan Varga <vargaz@gmail.com>2014-11-20 12:34:07 +0300
committerZoltan Varga <vargaz@gmail.com>2014-11-23 10:59:31 +0300
commitafd52c893c269bef76fc7e75d4d2d25373cc2738 (patch)
tree6d0a72a0f50057eddd73de3a4c30e1177d3d676b /mcs/tests/test-814.cs
parent937175849b120920cbfc107aa977a9a0e0f12b39 (diff)
Remove net 2.0 dependencies from mcs tests.
Diffstat (limited to 'mcs/tests/test-814.cs')
-rw-r--r--mcs/tests/test-814.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/test-814.cs b/mcs/tests/test-814.cs
index ded27a93745..495fec55c48 100644
--- a/mcs/tests/test-814.cs
+++ b/mcs/tests/test-814.cs
@@ -1,4 +1,4 @@
-// Compiler options: -r:../class/lib/net_2_0/Mono.Cecil.dll
+// Compiler options: -r:../class/lib/net_4_5/Mono.Cecil.dll
using System;
using Mono.Cecil;