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>2012-06-13 18:17:35 +0400
committerMarek Safar <marek.safar@gmail.com>2012-06-13 18:18:44 +0400
commit140be1481bab3ab5e7423d021a04531141cfc560 (patch)
tree3fe76a5b12dec45ce150fed4c6c0af77e316b39d /mcs/tests/test-debug-02.cs
parentc50576f5a2aa25c33e8360295f69d5f7b150be55 (diff)
Include source line column info in MDB files
Diffstat (limited to 'mcs/tests/test-debug-02.cs')
-rw-r--r--mcs/tests/test-debug-02.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/test-debug-02.cs b/mcs/tests/test-debug-02.cs
index 42bed427018..67261a41dea 100644
--- a/mcs/tests/test-debug-02.cs
+++ b/mcs/tests/test-debug-02.cs
@@ -12,7 +12,7 @@ class C1
class C2
{
- int a = 55;
+ int a = 55, b = 33;
public C2 ()
{