diff options
-rw-r--r-- | test/Runtime/POSIX/FD_Fail2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Runtime/POSIX/FD_Fail2.c b/test/Runtime/POSIX/FD_Fail2.c index 9d7e358f..c1c2cc5f 100644 --- a/test/Runtime/POSIX/FD_Fail2.c +++ b/test/Runtime/POSIX/FD_Fail2.c @@ -4,7 +4,7 @@ // // Check that generated assembly doesn't use puts to output strings // RUN: FileCheck -input-file=%t.klee-out/assembly.ll %s -// CHECK-NOT: puts +// CHECK-NOT: call i32 @puts( // // RUN: test -f %t.klee-out/test000001.ktest // RUN: test -f %t.klee-out/test000002.ktest |