[pango] [test] Fix line number reporting



commit 2001c93eb59165ed1ed4801b05983c3d77333f45
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Apr 6 11:55:06 2015 -0700

    [test] Fix line number reporting

 tests/testboundaries.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/testboundaries.c b/tests/testboundaries.c
index feef19c..2f7a79b 100644
--- a/tests/testboundaries.c
+++ b/tests/testboundaries.c
@@ -94,7 +94,7 @@ log_attr_foreach (const char     *text,
     return;
 
   offset = 0;
-  line = 0;
+  line = 1;
 
   prev_type = (GUnicodeType) -1;
   prev_wc = 0;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]