summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.il
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.il')
-rw-r--r--tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.il8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.il b/tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.il
index 905630714a..1e2f56bbd0 100644
--- a/tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.il
+++ b/tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.il
@@ -1,6 +1,12 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+.assembly extern System.Console
+{
+ .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
+ .ver 4:0:0:0
+}
+
.assembly ILStackAllocRepro {}
.assembly extern mscorlib{auto}
@@ -20,7 +26,7 @@
IL_0003: stsfld int32* Foo::buffer
IL_0008: ldsfld int32* Foo::buffer
IL_000d: ldind.i4
- IL_000e: call void [mscorlib]System.Console::WriteLine(int32)
+ IL_000e: call void [System.Console]System.Console::WriteLine(int32)
ldc.i4 100
IL_0013: ret
} // end of method Foo::Main