LGTM, thanks.
On Thu, Oct 10, 2013 at 11:15:56AM +0800, Ruiling Song wrote: > because ++/-- need LLVM3.4 > > Signed-off-by: Ruiling Song <[email protected]> > --- > utests/compiler_vector_inc.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/utests/compiler_vector_inc.cpp b/utests/compiler_vector_inc.cpp > index abc5408..c44424b 100644 > --- a/utests/compiler_vector_inc.cpp > +++ b/utests/compiler_vector_inc.cpp > @@ -43,4 +43,4 @@ void compiler_vector_inc(void) > OCL_UNMAP_BUFFER(0); > } > > -MAKE_UTEST_FROM_FUNCTION(compiler_vector_inc); > +MAKE_UTEST_FROM_FUNCTION_WITH_ISSUE(compiler_vector_inc); > -- > 1.7.9.5 > > _______________________________________________ > Beignet mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/beignet _______________________________________________ Beignet mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/beignet
