Skip to content

Commit

Permalink
Fix test case to check for correct call string
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowack authored and ccadar committed May 9, 2018
1 parent 13b5bcb commit 495b3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Runtime/POSIX/FD_Fail2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 495b3e5

Please sign in to comment.