From 0a8b148500900bf25c34101be4f1c149792a06ec Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 2 May 2010 18:05:46 -0700 Subject: [PATCH] Fix broken test case. --- features/command_line.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/command_line.feature b/features/command_line.feature index 3d849965..93bf2e6b 100644 --- a/features/command_line.feature +++ b/features/command_line.feature @@ -245,7 +245,7 @@ Feature: Command Line | sass/image_size.sass | 4 | 8 | 0 | 0 | 4 | 8 | | sass/layout.sass | 0 | 0 | 0 | 1 | 5 | 10 | | sass/print.sass | 0 | 0 | 0 | 2 | 61 | 61 | - | sass/reset.sass | 4 | 1 | 0 | 2 | 191 | 665 | + | sass/reset.sass | 4 | 1 | 0 | 2 | 190 | 664 | | sass/utilities.sass | 2 | 0 | 0 | 2 | 5 | 11 | - | Total.* | 44 | 9 | 0 | 45 | 300 | 833 | + | Total.* | 44 | 9 | 0 | 45 | 299 | 832 |