diff options
author | Daniel Stone <daniel@fooishbar.org> | 2013-03-18 21:03:00 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2013-03-19 10:34:28 +0000 |
commit | d4c22ecc8a272da5d21f2b7991edf200b8873dea (patch) | |
tree | 27a7444f0edb81e3d2c7c8c7d2ff0e6801ef84da /test | |
parent | 54f95f496f58e1cce7a6af1925adf61eb5d44591 (diff) |
test: Use test_get_context() in log.c
Since the only behavioural change is overriding default includes.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ main(void) assert(ret == 0); ret = setenv("XKB_LOG_VERBOSITY", "5", 1); assert(ret == 0); - ctx = xkb_context_new(0); + ctx = test_get_context(0); assert(ctx); darray_init(log_string); |