From 6c2b7ee2f7fac7b683e343c2c383b7e67fadf9f8 Mon Sep 17 00:00:00 2001 From: Sam McCall Date: Thu, 28 May 2020 16:14:49 +0200 Subject: [PATCH] Prevent test from failing in my home directory --- clang/test/Headers/nvptx_device_math_macro.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/test/Headers/nvptx_device_math_macro.cpp b/clang/test/Headers/nvptx_device_math_macro.cpp index e21aa2b072b..02bdc1f35b0 100644 --- a/clang/test/Headers/nvptx_device_math_macro.cpp +++ b/clang/test/Headers/nvptx_device_math_macro.cpp @@ -8,9 +8,9 @@ #pragma omp declare target int use_macro() { double a(0); -// CHECK-NOT: call +// CHECK-NOT: call {{.*}} // CHECK: call double @llvm.fabs.f64(double -// CHECK-NOT: call +// CHECK-NOT: call {{.*}} // CHECK: ret i32 %conv return (std::fpclassify(a) != FP_ZERO); } -- 2.11.0