2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / ilasm / tests / test-3.il
index b0695d6ce1c8206aa789dd58c9567f96d73181ea..8724c3fe1384d895cb4d850a8b6d3ff01d3c399c 100644 (file)
@@ -7,8 +7,10 @@
 // (C) 2003 Jackson Harper, All rights reserved
 //
 .assembly extern corlib { }
-.assembly HelloWorld { }
-.module HelloWorld.exe
+
+//
+// Define a method and execute that method
+//
 
 .namespace Mono.ILASM.Tests {
 
@@ -24,7 +26,7 @@
                }
 
                .method private static void print_hello() cil managed {
-                       ldstr "Hello, World!"
+                       ldstr "PASS"
                        call void [corlib]System.Console::WriteLine(string)
                }