Fixing a test case that was missed in c165a99a1b

This commit is contained in:
Aaron Ballman 2021-03-17 08:45:28 -04:00
parent 01ac6d1587
commit 7bafe336a1
1 changed files with 1 additions and 1 deletions

View 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.