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