summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/dtor-cxx11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/dtor-cxx11.cpp')
-rw-r--r--clang/test/Analysis/dtor-cxx11.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/dtor-cxx11.cpp b/clang/test/Analysis/dtor-cxx11.cpp
index 5c9024b8edf..7d2e87e44e4 100644
--- a/clang/test/Analysis/dtor-cxx11.cpp
+++ b/clang/test/Analysis/dtor-cxx11.cpp
@@ -8,8 +8,8 @@ namespace Cxx11BraceInit {
~Foo() {}
};
- /* FIXME: Don't crash here.
void testInitializerList() {
for (Foo foo : {Foo(), Foo()}) {}
- } */
+ }
}
+
OpenPOWER on IntegriCloud