From 3fc406ead3405f3b710d0e301856318ca8dccbbb Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Tue, 16 Jan 2018 19:21:14 +0300 Subject: [PATCH] Update headers_test_04.cu [ROCm/hip commit: a784a9c824563bd1324b8f877e2fab6c56038c06] --- projects/hip/tests/hipify-clang/headers_test_04.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }