about summary refs log tree commit diff homepage
path: root/test/regression
diff options
context:
space:
mode:
authorJulian Büning <julian.buening@rwth-aachen.de>2022-01-05 22:36:18 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2022-03-17 22:59:26 +0000
commitfcb5641d29b2e22bbd4034e51a1fe675b69bbf81 (patch)
tree6c76c73d55da287aa08d5e2a27ea702864b9d8c8 /test/regression
parent3ab1012ba416dfc6932f6cfa09042c2897a301a5 (diff)
downloadklee-fcb5641d29b2e22bbd4034e51a1fe675b69bbf81.tar.gz
LLVM < 6 leftovers
Diffstat (limited to 'test/regression')
-rw-r--r--test/regression/2019-08-02-missing-switch-default.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/regression/2019-08-02-missing-switch-default.ll b/test/regression/2019-08-02-missing-switch-default.ll
index 6adb8e19..b8a88db4 100644
--- a/test/regression/2019-08-02-missing-switch-default.ll
+++ b/test/regression/2019-08-02-missing-switch-default.ll
@@ -1,4 +1,3 @@
-; REQUIRES: geq-llvm-3.8
 ; RUN: rm -rf %t.klee-out
 ; RUN: llvm-as -f %s -o %t.bc
 ; RUN: %klee --switch-type=internal --output-dir=%t.klee-out %t.bc