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>2010-12-07 19:42:34 +0300
committerMarek Safar <marek.safar@gmail.com>2010-12-07 20:03:57 +0300
commit71aa7f6715624d1486fe7ecf26fca3b157dc165b (patch)
tree955173a2bbf7ce33236334214507689203dff7e8 /mcs/tests/test-679.cs
parentbb45cd47e2e2fc81dc588d759da64cf760fd5193 (diff)
Test update
Diffstat (limited to 'mcs/tests/test-679.cs')
-rw-r--r--mcs/tests/test-679.cs9
1 files changed, 4 insertions, 5 deletions
diff --git a/mcs/tests/test-679.cs b/mcs/tests/test-679.cs
index 4d756d4ca75..f59290db337 100644
--- a/mcs/tests/test-679.cs
+++ b/mcs/tests/test-679.cs
@@ -1,13 +1,12 @@
-// Compiler options: -r:dlls/test-679-1/test-679-lib.dll -r:dlls/test-679-2/test-679-lib-2.dll
+// Compiler options: -t:library -r:dlls/test-679-1/test-679-lib.dll -r:dlls/test-679-2/test-679-lib-2.dll
using System;
-class Program {
-
- static int Main ()
+class Program
+{
+ void Main ()
{
LibB.A ();
LibB.B ();
- return 0;
}
}