diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2024-02-16 22:14:05 +0000 |
---|---|---|
committer | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2024-02-17 10:08:44 +0000 |
commit | 7679d0b5da6d7fd3e17d7cc66392b1df97694c75 (patch) | |
tree | 9be2404a74b64c3ca490baf0ca9ede0678d32375 /test/Feature | |
parent | df8a73840ae2fa3461ff724913884fd47a0765ac (diff) | |
download | klee-7679d0b5da6d7fd3e17d7cc66392b1df97694c75.tar.gz |
Remove the not Darwin requirement for the test TargetMismatch.c
Diffstat (limited to 'test/Feature')
-rw-r--r-- | test/Feature/TargetMismatch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Feature/TargetMismatch.c b/test/Feature/TargetMismatch.c index aae7fda6..e0e896bc 100644 --- a/test/Feature/TargetMismatch.c +++ b/test/Feature/TargetMismatch.c @@ -1,4 +1,3 @@ -// REQUIRES: not-darwin // RUN: %clang %s -m32 -emit-llvm %O0opt -c -o %t1.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --exit-on-error > %t2.out 2>&1 || true |