summaryrefslogtreecommitdiff
path: root/utests/utest_helper.hpp
diff options
context:
space:
mode:
authorLu Guanqun <guanqun.lu@intel.com>2013-08-28 10:16:57 +0800
committerZhigang Gong <zhigang.gong@linux.intel.com>2013-08-30 16:43:21 +0800
commitbfb1963c2244e17a89c6cc41f5567bdda0a6adcf (patch)
tree953fb622b34f03bd115d468dcf5e6e2fa83aec07 /utests/utest_helper.hpp
parentfee00f89281d95ddfb1a855ac439c3858b1d53c5 (diff)
downloadbeignet-bfb1963c2244e17a89c6cc41f5567bdda0a6adcf.tar.gz
add a space to make the error more readable
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Diffstat (limited to 'utests/utest_helper.hpp')
-rw-r--r--utests/utest_helper.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utests/utest_helper.hpp b/utests/utest_helper.hpp
index e7f43fc8..4a6071de 100644
--- a/utests/utest_helper.hpp
+++ b/utests/utest_helper.hpp
@@ -50,7 +50,7 @@ extern EGLSurface eglSurface;
#define OCL_THROW_ERROR(FN, STATUS) \
do { \
char msg[2048]; \
- sprintf(msg, "error calling %s with error%s \n", #FN, err_msg[-STATUS]); \
+ sprintf(msg, "error calling %s with error %s \n", #FN, err_msg[-STATUS]); \
OCL_ASSERTM(false, msg); \
} while (0)