elementary: fix test of internal widget to redefine unaccessible variable.

This commit is contained in:
Cedric BAIL 2016-06-23 10:46:16 -07:00
parent 96fc367a44
commit 5983792368
1 changed files with 18 additions and 0 deletions

View File

@ -6,6 +6,24 @@
#include "elm_suite.h"
#include "Elementary.h"
#include "elm_priv.h"
#undef CRI
#define CRI(...) do { } while (0);
#undef ERR
#define ERR(...) do { } while (0);
#undef WRN
#define WRN(...) do { } while (0);
#undef INF
#define INF(...) do { } while (0);
#undef DBG
#define DBG(...) do { } while (0);
#include "elm_code_widget.c"
static void _assert_cell_type(Evas_Textgrid_Cell cell, Elm_Code_Token_Type type, int id)