From 60d5867381d9b913889ef6c530c61f69789bb152 Mon Sep 17 00:00:00 2001 From: Ryan Potts Date: Mon, 16 Jan 2017 16:19:53 -0500 Subject: [PATCH] Update leap (#58) * Exercise: saddle-points (#46) * Config json (#48) (#2) * Exercise: saddle-points (#46) * Changed "Language" value Changed it to Object Pascal from Pascal. Curious to see if that affects the language listing. * implemented Ignores * Resort config json (#52) (#4) Resorted by difficulty * Update Fork (#5) * Resort config json (#52) Resorted by difficulty * Update saddle points (#51) Removed unnecessary information Only left a single hint that is pertinent to this exercise. * First test was ignored First tests shouldn't be ignored. --- exercises/leap/uLeapTests.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/exercises/leap/uLeapTests.pas b/exercises/leap/uLeapTests.pas index c4756be4..bccddfa0 100644 --- a/exercises/leap/uLeapTests.pas +++ b/exercises/leap/uLeapTests.pas @@ -10,7 +10,6 @@ interface YearTest = class(TObject) public [Test] - [Ignore] procedure test_leap_year; [Test]