diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CXX/ArrayNew.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CXX/ArrayNew.cpp b/test/CXX/ArrayNew.cpp index 3402283f..e6a41ddf 100644 --- a/test/CXX/ArrayNew.cpp +++ b/test/CXX/ArrayNew.cpp @@ -1,10 +1,5 @@ -// FIXME: KLEE's new[] and delete[] implementations are broken, they don't -// allocate space for the count. - // RUN: %llvmgxx %s --emit-llvm -O0 -c -o %t1.bc // RUN: %klee --no-output --exit-on-error --no-externals %t1.bc -// RUN: false -// XFAIL: * #include <cassert> |