diff --git a/projects/hip/tests/hipify-clang/headers_test_04.cu b/projects/hip/tests/hipify-clang/headers_test_04.cu index f10c0eda56..57667b5a34 100644 --- a/projects/hip/tests/hipify-clang/headers_test_04.cu +++ b/projects/hip/tests/hipify-clang/headers_test_04.cu @@ -5,7 +5,7 @@ // CHECK-NEXT: #include #include #include -// CHECK-NOT: #include +// CHECK-NOT: #include int main(int argc, char* argv[]) { return 0; }