From 3c22f088ce92854b9fcb5b41f67bf9a503ec9719 Mon Sep 17 00:00:00 2001 From: Julian Büning Date: Wed, 20 Mar 2019 22:05:09 +0100 Subject: remove tests for LLVM <= 3.7 --- test/Feature/InsertExtractValue.ll | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/Feature/InsertExtractValue.ll') diff --git a/test/Feature/InsertExtractValue.ll b/test/Feature/InsertExtractValue.ll index 461b28de..b4e7ab55 100644 --- a/test/Feature/InsertExtractValue.ll +++ b/test/Feature/InsertExtractValue.ll @@ -1,5 +1,3 @@ -; LLVM 3.7 requires a type as the first argument to 'getelementptr' -; REQUIRES: geq-llvm-3.7 ; RUN: llvm-as %s -f -o %t1.bc ; RUN: rm -rf %t.klee-out ; RUN: %klee --output-dir=%t.klee-out --optimize=false %t1.bc > %t2 -- cgit 1.4.1