summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2015-09-03 17:14:24 -0700
committerBruce Forstall <brucefo@microsoft.com>2015-09-03 17:14:24 -0700
commit3913d10b8cfdc5927872e5d63bb994ceaf0e21b3 (patch)
tree2be64b66eed38bdc3158cace54b3b70313776b9b /tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1
parent1165038551b7ca20f230d867dc5fd2357ede14fe (diff)
downloadcoreclr-3913d10b8cfdc5927872e5d63bb994ceaf0e21b3.tar.gz
coreclr-3913d10b8cfdc5927872e5d63bb994ceaf0e21b3.tar.bz2
coreclr-3913d10b8cfdc5927872e5d63bb994ceaf0e21b3.zip
Canonicalize appearance of empty mscorlib assembly references in .il tests
Diffstat (limited to 'tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1')
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/samabo.il4
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/bigdat.il3
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/constrained2.il4
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/bug3.il2
4 files changed, 4 insertions, 9 deletions
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/samabo.il b/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/samabo.il
index 70fc63e8f2..60e787d1df 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/samabo.il
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/samabo.il
@@ -1,9 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib
-{
-}
+.assembly extern mscorlib {}
.assembly samabo
{
}
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/bigdat.il b/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/bigdat.il
index 033751c200..b51568f8be 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/bigdat.il
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/bigdat.il
@@ -4,8 +4,7 @@
.assembly BIGDAT {}
.assembly extern mscorlib
{
- .publickeytoken =
- (B7 7A 5C 56 19 34 E0 89) // ".z\V.4.."
+ .publickeytoken = (B7 7A 5C 56 19 34 E0 89) // ".z\V.4.."
.ver 1:0:5000:0
}
.module BIGDAT
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/constrained2.il b/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/constrained2.il
index a9443926cc..a22a3fba56 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/constrained2.il
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/constrained2.il
@@ -1,9 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib
-{
-}
+.assembly extern mscorlib {}
.assembly constrained
{
}
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/bug3.il b/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/bug3.il
index 4ed9598cf9..0358ef0d1d 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/bug3.il
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/bug3.il
@@ -2,7 +2,7 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
.assembly ILGEN_0xb6f84258 {}
- .assembly extern mscorlib{auto}
+.assembly extern mscorlib{auto}
.class ILGEN_0xb6f84258 {
.method static int32 Main() {
.entrypoint