Skip to content

Commit

Permalink
Remove EXT prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
  • Loading branch information
0x12CC committed Oct 16, 2024
1 parent 7325477 commit cffbf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/extension/khr_default_context/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if(SYCL_CTS_ENABLE_EXT_KHR_DEFAULT_CONTEXT_TESTS)
if(SYCL_CTS_ENABLE_KHR_DEFAULT_CONTEXT_TESTS)
file(GLOB test_cases_list *.cpp)

add_cts_test(${test_cases_list})
Expand Down

0 comments on commit cffbf6e

Please sign in to comment.