summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/ast-print-crash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/ast-print-crash.cpp')
-rw-r--r--test/SemaCXX/ast-print-crash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/ast-print-crash.cpp b/test/SemaCXX/ast-print-crash.cpp
index 33edc34823..c108f666d7 100644
--- a/test/SemaCXX/ast-print-crash.cpp
+++ b/test/SemaCXX/ast-print-crash.cpp
@@ -7,6 +7,6 @@
// CHECK: struct {
// CHECK-NEXT: } dont_crash_on_syntax_error;
-// CHECK-NEXT: decltype(nullptr) p(/*implicit*/(decltype(nullptr))0);
+// CHECK-NEXT: decltype(nullptr) p;
struct {
} dont_crash_on_syntax_error /* missing ; */ decltype(nullptr) p;