diff options
author | Julian Büning <julian.buening@rwth-aachen.de> | 2019-03-20 22:05:09 +0100 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2019-03-21 12:46:01 +0000 |
commit | 3c22f088ce92854b9fcb5b41f67bf9a503ec9719 (patch) | |
tree | c7497c38f3e661f56a32d55d79b5d7868a070220 /test/Concrete/ConstantExpr.ll | |
parent | 9767a37f9e8a743fa81629510346cb0a5a3a7900 (diff) | |
download | klee-3c22f088ce92854b9fcb5b41f67bf9a503ec9719.tar.gz |
remove tests for LLVM <= 3.7
Diffstat (limited to 'test/Concrete/ConstantExpr.ll')
-rw-r--r-- | test/Concrete/ConstantExpr.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Concrete/ConstantExpr.ll b/test/Concrete/ConstantExpr.ll index 38577f70..efe9f141 100644 --- a/test/Concrete/ConstantExpr.ll +++ b/test/Concrete/ConstantExpr.ll @@ -1,5 +1,3 @@ -; LLVM 3.7 requires a type as the first argument to 'getelementptr' -; REQUIRES: geq-llvm-3.7 ; RUN: %S/ConcreteTest.py --klee='%klee' --lli=%lli %s ; Most of the test below use the *address* of gInt as part of their computation, |