diff options
| author | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-03-12 21:27:39 +0000 |
|---|---|---|
| committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-03-12 21:27:39 +0000 |
| commit | 7f54714dcc4418a14da694447c950badb7dff481 (patch) | |
| tree | 2c040100b19aedbd552b69a547c93d50ea952941 /polly/test/Cloog/CodeGen | |
| parent | 34cf820b8aa794a050f1aeb0ba1dea51d0bd4de7 (diff) | |
| download | bcm5719-llvm-7f54714dcc4418a14da694447c950badb7dff481.tar.gz bcm5719-llvm-7f54714dcc4418a14da694447c950badb7dff481.zip | |
tests: Properly check if asserts are available
In my previous commits I failed to realise that my new requires lines fully
disabled these tests. We now properly check if we are in an asserts build and
only disable the tests if assertions are not available.
Reported-by: Sean Silva <silvas@purdue.edu>
llvm-svn: 176900
Diffstat (limited to 'polly/test/Cloog/CodeGen')
| -rw-r--r-- | polly/test/Cloog/CodeGen/MemAccess/simple.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Cloog/CodeGen/MemAccess/simple.ll b/polly/test/Cloog/CodeGen/MemAccess/simple.ll index 0e306b79b50..f6656522f30 100644 --- a/polly/test/Cloog/CodeGen/MemAccess/simple.ll +++ b/polly/test/Cloog/CodeGen/MemAccess/simple.ll @@ -1,5 +1,5 @@ ;RUN: opt %loadPolly -polly-import-jscop -polly-import-jscop-dir=%S -polly-import-jscop-postfix=transformed -stats < %s 2>&1 | FileCheck %s -; REQUIRES: assert +; REQUIRES: asserts ;int A[100]; ;int B[100]; |

