From c448d87abb1b5cfc47a910e54d7be51695ac8873 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Tue, 14 Sep 2010 15:49:13 +0100 Subject: [PATCH] Fixes mixed line ending. --- .gitattributes | 1 + mono/tests/verifier/unverifiable_fallout_of_finally_block.il | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 9bce5208ff0..c2ffa053ada 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,6 +6,7 @@ configure.in crlf=input *.h crlf *.cs crlf *.sh crlf +*.il crlf .gitattributes crlf ChangeLog crlf diff --git a/mono/tests/verifier/unverifiable_fallout_of_finally_block.il b/mono/tests/verifier/unverifiable_fallout_of_finally_block.il index cffa3ccfb77..de2651016b7 100644 --- a/mono/tests/verifier/unverifiable_fallout_of_finally_block.il +++ b/mono/tests/verifier/unverifiable_fallout_of_finally_block.il @@ -44,7 +44,7 @@ ELSE: nop leave END - } finally { + } finally { nop //endfinally } -- 2.25.1