summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.il
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.il')
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.il7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.il b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.il
index 784c2fbacd..55a83d77fa 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.il
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.il
@@ -2,6 +2,11 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
.assembly extern legacy library mscorlib {}
+.assembly extern System.Console
+{
+ .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
+ .ver 4:0:0:0
+}
.assembly t3 {}
@@ -28,7 +33,7 @@
ldc.i4 0 //initialize local 4 (not used in all tests)
stloc local_int8
ldstr "running test_20907_stloc_ByReftoI4_over_ByReftoI2\n"
-call void [mscorlib]System.Console::WriteLine(class System.String)
+call void [System.Console]System.Console::WriteLine(class System.String)
// Generate a byref to an I4 on the stack