diff options
Diffstat (limited to 'offload/test/mapping/lambda_by_value.cpp')
-rw-r--r-- | offload/test/mapping/lambda_by_value.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/offload/test/mapping/lambda_by_value.cpp b/offload/test/mapping/lambda_by_value.cpp index 5516dedd..4c0278d 100644 --- a/offload/test/mapping/lambda_by_value.cpp +++ b/offload/test/mapping/lambda_by_value.cpp @@ -1,4 +1,5 @@ -// RUN: %libomptarget-compilexx-run-and-check-generic +// RUN: %libomptarget-compileopt-generic -fno-exceptions +// RUN: %libomptarget-run-generic 2>&1 | %fcheck-generic #include <stdint.h> #include <stdio.h> |