diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-03-07 00:32:12 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-03-07 00:32:12 +0000 |
commit | 230b8c2fd1f71018fe6d52161f093604912b2377 (patch) | |
tree | 59f3c5a949bb23ba93b3c9f86e0c94632335e9dd | |
parent | 1bc89361c2ba023f305bf00edd4b5d95b021cac6 (diff) |
Make this test more reliable across platforms.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34993 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CFrontend/2007-03-05-DataLayout.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CFrontend/2007-03-05-DataLayout.c b/test/CFrontend/2007-03-05-DataLayout.c index bcb1736f1f..23d17c6d53 100644 --- a/test/CFrontend/2007-03-05-DataLayout.c +++ b/test/CFrontend/2007-03-05-DataLayout.c @@ -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 |