summaryrefslogtreecommitdiff
path: root/test/SemaCUDA
diff options
context:
space:
mode:
authorJustin Lebar <jlebar@google.com>2016-09-30 20:17:37 +0000
committerJustin Lebar <jlebar@google.com>2016-09-30 20:17:37 +0000
commit81d106c7742eaf6c37fad3b21d7ac45cd1f99e95 (patch)
tree68462f4f227aff10e7432eca744b2cace0fe578f /test/SemaCUDA
parente933268d9ec235235f4a17572e4ea4794e65c226 (diff)
[CUDA] Fix implicit-device-lambda.cu after r282911.
This commit added a warning that we're (correctly) hitting in this test. Just ignore it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaCUDA')
-rw-r--r--test/SemaCUDA/implicit-device-lambda.cu4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaCUDA/implicit-device-lambda.cu b/test/SemaCUDA/implicit-device-lambda.cu
index d89cdd0b05..be1babe822 100644
--- a/test/SemaCUDA/implicit-device-lambda.cu
+++ b/test/SemaCUDA/implicit-device-lambda.cu
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -std=c++11 -fcuda-is-device -verify -fsyntax-only -verify-ignore-unexpected=note %s
-// RUN: %clang_cc1 -std=c++11 -verify -fsyntax-only -verify-ignore-unexpected=note %s
+// RUN: %clang_cc1 -std=c++11 -fcuda-is-device -verify -fsyntax-only -verify-ignore-unexpected=warning -verify-ignore-unexpected=note %s
+// RUN: %clang_cc1 -std=c++11 -verify -fsyntax-only -verify-ignore-unexpected=warning -verify-ignore-unexpected=note %s
#include "Inputs/cuda.h"