Fixing a test case that was missed in c165a99a1b8861af87e0509a2e14debf2764804b
authorAaron Ballman <aaron@aaronballman.com>
Wed, 17 Mar 2021 12:45:28 +0000 (08:45 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 17 Mar 2021 12:46:04 +0000 (08:46 -0400)
clang/test/OpenMP/simd_null_pointer_access.cpp

index 11a8285..3b539fd 100644 (file)
@@ -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.