summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC
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-M09.5-PDC
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-M09.5-PDC')
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468-ia64.il2
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.il2
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.il2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468-ia64.il b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468-ia64.il
index 4a5f1c4941..092c85e081 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468-ia64.il
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468-ia64.il
@@ -1,7 +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 legacy library mscorlib {}
+.assembly extern legacy library mscorlib {}
.assembly ILGEN_0x145288f8 {}
.class ILGEN_0x145288f8 {
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.il b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.il
index 3f96b4c238..cf1ba58813 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.il
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.il
@@ -1,7 +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 'typedref' { }
.namespace BoxTest
{
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.il b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.il
index 5fecdcc97d..45325ef330 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.il
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.il
@@ -1,7 +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 'bug' { }
.namespace Test
{