summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-lambda-this.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/debug-lambda-this.cpp')
-rw-r--r--test/CodeGenCXX/debug-lambda-this.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-lambda-this.cpp b/test/CodeGenCXX/debug-lambda-this.cpp
index e3ef670..0c41344 100644
--- a/test/CodeGenCXX/debug-lambda-this.cpp
+++ b/test/CodeGenCXX/debug-lambda-this.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10.0.0 -emit-llvm -o - %s -fexceptions -std=c++11 -g | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10.0.0 -emit-llvm -o - %s -fexceptions -std=c++11 -debug-info-kind=limited | FileCheck %s
struct D {
D();
OpenPOWER on IntegriCloud