about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2024-02-16 22:14:05 +0000
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2024-02-17 10:08:44 +0000
commit7679d0b5da6d7fd3e17d7cc66392b1df97694c75 (patch)
tree9be2404a74b64c3ca490baf0ca9ede0678d32375
parentdf8a73840ae2fa3461ff724913884fd47a0765ac (diff)
downloadklee-7679d0b5da6d7fd3e17d7cc66392b1df97694c75.tar.gz
Remove the not Darwin requirement for the test TargetMismatch.c
-rw-r--r--test/Feature/TargetMismatch.c1
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