[clang] 7bafe33 - Fixing a test case that was missed in c165a99a1b8861af87e0509a2e14debf2764804b

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 17 05:46:16 PDT 2021


Author: Aaron Ballman
Date: 2021-03-17T08:46:04-04:00
New Revision: 7bafe336a1d8e6f4b7ac3da5066225eff1d12880

URL: https://github.com/llvm/llvm-project/commit/7bafe336a1d8e6f4b7ac3da5066225eff1d12880
DIFF: https://github.com/llvm/llvm-project/commit/7bafe336a1d8e6f4b7ac3da5066225eff1d12880.diff

LOG: Fixing a test case that was missed in c165a99a1b8861af87e0509a2e14debf2764804b

Added: 
    

Modified: 
    clang/test/OpenMP/simd_null_pointer_access.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/OpenMP/simd_null_pointer_access.cpp b/clang/test/OpenMP/simd_null_pointer_access.cpp
index 11a828501d1f..3b539fd3aa64 100644
--- a/clang/test/OpenMP/simd_null_pointer_access.cpp
+++ b/clang/test/OpenMP/simd_null_pointer_access.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fopenmp-simd -fsycl -fsycl-is-device -triple spir64 -verify -fsyntax-only %s
+// RUN: %clang_cc1 -fopenmp-simd -fsycl-is-device -triple spir64 -verify -fsyntax-only %s
 
 // Test that in the presence of SYCL options, that null function
 // declarations are accounted for when checking to emit diagnostics.


        


More information about the cfe-commits mailing list