Tests: Update all test results
This commit is contained in:
@@ -10,31 +10,31 @@ using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Image 0: mscorlib.dll - 0-1809
|
||||
[assembly: AssemblyCompany] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: AssemblyCopyright] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: AssemblyDefaultAlias] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: AssemblyDelaySign] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: AssemblyDescription] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: AssemblyFileVersion] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: AssemblyInformationalVersion] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: AssemblyKeyFile] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: AssemblyProduct] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: AssemblyTitle] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: CLSCompliant] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: CompilationRelaxations] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: ComVisible] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: Debuggable] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: DefaultDependency] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: Guid] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: NeutralResourcesLanguage] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: AssemblyCompany] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: AssemblyCopyright] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: AssemblyDefaultAlias] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: AssemblyDelaySign] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: AssemblyDescription] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: AssemblyFileVersion] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: AssemblyInformationalVersion] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: AssemblyKeyFile] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: AssemblyProduct] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: AssemblyTitle] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: CLSCompliant] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: CompilationRelaxations] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: ComVisible] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: Debuggable] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: DefaultDependency] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: Guid] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: NeutralResourcesLanguage] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: RuntimeCompatibility] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: SatelliteContractVersion] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: SatelliteContractVersion] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: StringFreezing] // 0x000000018000E0A0-0x000000018000A910
|
||||
[assembly: TypeLibVersion] // 0x000000018000E0A0-0x000000018000A910
|
||||
// [assembly: TypeLibVersion] // 0x000000018000E0A0-0x000000018000A910
|
||||
|
||||
// Image 1: ArraysAndPointers.dll - 1810-1817
|
||||
[assembly: CompilationRelaxations] // 0x000000018000C1C0-0x000000018000C1C0
|
||||
[assembly: Debuggable] // 0x000000018000C1C0-0x000000018000C1C0
|
||||
// [assembly: CompilationRelaxations] // 0x000000018000C1C0-0x000000018000C1C0
|
||||
// [assembly: Debuggable] // 0x000000018000C1C0-0x000000018000C1C0
|
||||
[assembly: RuntimeCompatibility] // 0x000000018000C1C0-0x000000018000C1C0
|
||||
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
@@ -77,8 +77,8 @@ internal sealed class Locale // TypeDefIndex: 101
|
||||
private Locale() {} // 0x00000001800E2000-0x00000001800E2000
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg) {} // 0x0000000180123590-0x0000000180123590
|
||||
public static string GetText(string fmt, params /* 0x00000001800090A0-0x00000001800090A0 */ object[] args) {} // 0x00000001802C64F0-0x00000001802C6560
|
||||
public static string GetText(string msg) => default; // 0x0000000180123590-0x0000000180123590
|
||||
public static string GetText(string fmt, params /* 0x00000001800090A0-0x00000001800090A0 */ object[] args) => default; // 0x00000001802C64F0-0x00000001802C6560
|
||||
}
|
||||
|
||||
namespace Il2CppTests.TestSources
|
||||
@@ -117,7 +117,7 @@ namespace Il2CppTests.TestSources
|
||||
public NestedUnsafe() {}
|
||||
|
||||
// Methods
|
||||
private unsafe T* UnsafeGenericReturn() {}
|
||||
private unsafe T* UnsafeGenericReturn() => default;
|
||||
private unsafe void UnsafeGenericMethod(T* pt) {}
|
||||
}
|
||||
|
||||
@@ -125,10 +125,10 @@ namespace Il2CppTests.TestSources
|
||||
public unsafe Test(int* u) {} // 0x00000001803E1130-0x00000001803E1130
|
||||
|
||||
// Methods
|
||||
public int[] FooMethod(int[][] bar) {} // 0x00000001803E10F0-0x00000001803E1130
|
||||
public int[,] BarMethod(int[,,] baz) {} // 0x00000001803E10A0-0x00000001803E10F0
|
||||
public int[] FooMethod(int[][] bar) => default; // 0x00000001803E10F0-0x00000001803E1130
|
||||
public int[,] BarMethod(int[,,] baz) => default; // 0x00000001803E10A0-0x00000001803E10F0
|
||||
public unsafe void UnsafeMethod(int* unsafePointerArgument) {} // 0x00000001800EA7B0-0x00000001800EA7B0
|
||||
public unsafe int* UnsafeReturnMethod() {} // 0x00000001800EA8C0-0x00000001800EA8C0
|
||||
public unsafe int* UnsafeMethod2(int* i) {} // 0x000000018012FC60-0x000000018012FC60
|
||||
public unsafe int* UnsafeReturnMethod() => default; // 0x00000001800EA8C0-0x00000001800EA8C0
|
||||
public unsafe int* UnsafeMethod2(int* i) => default; // 0x000000018012FC60-0x000000018012FC60
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user