diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Feature/VarArgLongDouble.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Feature/VarArgLongDouble.c b/test/Feature/VarArgLongDouble.c index 189d1dcc..ae553131 100644 --- a/test/Feature/VarArgLongDouble.c +++ b/test/Feature/VarArgLongDouble.c @@ -1,7 +1,6 @@ // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out %t.bc | FileCheck %s -// XFAIL: #include <stdarg.h> #include <assert.h> |