From f92a33f79d705be3e4d7a7d92a66e256e8c4a48b Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Fri, 13 May 2016 09:42:17 -0700 Subject: Change referenced common.dll assembly to lower-case Also, change ILPart.dll to lower-case. Fixes a bunch of tests that were failing on Ubuntu. Re-enable those. Fixes #3235. --- tests/src/JIT/jit64/localloc/common/common.il | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/src/JIT/jit64') diff --git a/tests/src/JIT/jit64/localloc/common/common.il b/tests/src/JIT/jit64/localloc/common/common.il index 9b65bcf099..90f513f467 100644 --- a/tests/src/JIT/jit64/localloc/common/common.il +++ b/tests/src/JIT/jit64/localloc/common/common.il @@ -13,12 +13,12 @@ .assembly extern mscorlib { } -.assembly Common +.assembly common { .hash algorithm 0x00008004 .ver 0:0:0:0 } -.module Common.dll +.module common.dll .custom instance void [mscorlib]System.Security.UnverifiableCodeAttribute::.ctor() = ( 01 00 00 00 ) .imagebase 0x00400000 .subsystem 0x00000003 -- cgit v1.2.3