diff --git a/cpp/tests/identify_stream_usage/test_default_stream_identification.cu b/cpp/tests/identify_stream_usage/test_default_stream_identification.cu index 11124382299..268c7b37c81 100644 --- a/cpp/tests/identify_stream_usage/test_default_stream_identification.cu +++ b/cpp/tests/identify_stream_usage/test_default_stream_identification.cu @@ -16,7 +16,7 @@ #include -CUDF_KERNEL void kernel() { printf("The kernel ran!\n"); } +__global__ static void kernel() { printf("The kernel ran!\n"); } void test_cudaLaunchKernel() {