Set minimum expected OpenCL version for the test. (#674)

This commit is contained in:
Grzegorz Wawiorko
2020-03-11 19:14:16 +01:00
committed by GitHub
parent 8a00f4eced
commit db570f70e5
5 changed files with 41 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ test_definition test_list[] = {
ADD_TEST( program_binary_type ),
ADD_TEST( compile_and_link_status_options_log ),
ADD_TEST( pragma_unroll ),
ADD_TEST_VERSION( pragma_unroll, Version(2, 0) ),
};
const int test_num = ARRAY_SIZE( test_list );