From e101496508e279e1b9ee15d7d549735a0352f8ab Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Sun, 12 Apr 2015 18:46:55 +1000 Subject: [PATCH] Fix a failing unit test Summary: D11640 incorrectly changed the line endings in this file. Test Plan: `arc unit` Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12322 --- src/lint/linter/__tests__/text/dos-newline.lint-test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lint/linter/__tests__/text/dos-newline.lint-test b/src/lint/linter/__tests__/text/dos-newline.lint-test index 314947e1..5ff143d0 100644 --- a/src/lint/linter/__tests__/text/dos-newline.lint-test +++ b/src/lint/linter/__tests__/text/dos-newline.lint-test @@ -1,5 +1,5 @@ -The quick brown fox -jumps over the lazy dog. +The quick brown fox +jumps over the lazy dog. ~~~~~~~~~~ error:1:1 ~~~~~~~~~~