diff --git a/tests/hipify-clang/headers_test_03.cu b/tests/hipify-clang/headers_test_03.cu index 0223f11119..5f2e479683 100644 --- a/tests/hipify-clang/headers_test_03.cu +++ b/tests/hipify-clang/headers_test_03.cu @@ -3,7 +3,7 @@ // CHECK: #pragma once // CHECK-NEXT: #include #pragma once -// CHECK-NOT: #include +// CHECK-NOT: #include int main(int argc, char* argv[]) { return 0; }