From e1d99952f75e2d458863791899fb8d10214bcd65 Mon Sep 17 00:00:00 2001 From: Jared Forsyth Date: Wed, 5 Aug 2015 21:57:06 -0700 Subject: [PATCH] update const --- src/Layout-test-utils.c | 2 +- src/Layout-test-utils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Layout-test-utils.c b/src/Layout-test-utils.c index 9c25acb1..c1dd9e6e 100644 --- a/src/Layout-test-utils.c +++ b/src/Layout-test-utils.c @@ -29,7 +29,7 @@ __forceinline const float fminf(const float a, const float b) { #define SMALL_WIDTH 35 #define SMALL_HEIGHT 18 #define BIG_WIDTH 172 -#define BIG_HEIGHT 37 +#define BIG_HEIGHT 36 #define BIG_MIN_WIDTH 100 #define SMALL_TEXT "small" #define LONG_TEXT "loooooooooong with space" diff --git a/src/Layout-test-utils.js b/src/Layout-test-utils.js index abaa6e17..bb707763 100644 --- a/src/Layout-test-utils.js +++ b/src/Layout-test-utils.js @@ -408,7 +408,7 @@ var layoutTestUtils = (function() { smallWidth: 34.671875, smallHeight: 18, bigWidth: 172.421875, - bigHeight: 37, + bigHeight: 36, bigMinWidth: 100.4375 };