diff --git a/features/feature_case/thrust/thrust-merge_by_key.cu b/features/feature_case/thrust/thrust-merge_by_key.cu index 22a7ad4f6..5814fa2f4 100644 --- a/features/feature_case/thrust/thrust-merge_by_key.cu +++ b/features/feature_case/thrust/thrust-merge_by_key.cu @@ -300,7 +300,8 @@ int main() { !test_device() || !test_device() || !test_device() || - !test_device()) + !test_device() || + !test_host()) return EXIT_FAILURE; return EXIT_SUCCESS;