[runtime] Remove all NACL support. It was unmaintained for a long time. (#4955)
[mono.git] / mono / tests / pinvoke13.cs
index ef2142a305444b818998b1d44c24698ab833ec4a..e3f5f5788c893033b23420dd2f3c6a2fbf5622de 100644 (file)
@@ -38,14 +38,14 @@ public class Tests
                res = NameManglingAnsi ("ABC");
                if (res != 198)
                        return 1;
-               res = NameManglingAnsi ("ABC");
+               res = NameManglingAnsi2 ("ABC");
                if (res != 198)
                        return 2;
                res = NameManglingUnicode ("ABC");
-               if (res != 131)
+               if (res != 198)
                        return 3;
-               res = NameManglingUnicode ("ABC");
-               if (res != 131)
+               res = NameManglingUnicode2 ("ABC");
+               if (res != 198)
                        return 4;
 
                res = NameManglingAuto ("ABC");