summaryrefslogtreecommitdiffstats
path: root/test/PCH/cxx1y-lambdas.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/cxx1y-lambdas.mm')
-rw-r--r--test/PCH/cxx1y-lambdas.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/cxx1y-lambdas.mm b/test/PCH/cxx1y-lambdas.mm
index 5235fc5a4c..f140a15215 100644
--- a/test/PCH/cxx1y-lambdas.mm
+++ b/test/PCH/cxx1y-lambdas.mm
@@ -50,7 +50,7 @@ int add(int x, int y) {
}
// CHECK-PRINT: inline int add_int_slowly_twice
-// CHECK-PRINT: lambda = [] (type-parameter-0-0 z
+// CHECK-PRINT: lambda = [](auto z
// CHECK-PRINT: init_capture
// CHECK-PRINT: [&, x(t)]