Make this test more reliable across platforms.

llvm-svn: 34993
This commit is contained in:
Reid Spencer 2007-03-07 00:32:12 +00:00
parent 901a27d892
commit 6dfc9da3b3
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
// Testcase for PR1242
// RUN: %llvmgcc -S %s -o - | grep datalayout | wc -c | grep 130
// RUN: %llvmgcc -S %s -o - | grep datalayout | \
// RUN: not grep '"[Ee]-p:[36][24]:[36]:[24]"'
#include <stdlib.h>
#define NDIM 3
#define BODY 01