aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/foreach.td
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-05-14 23:21:40 +0000
committerDavid Greene <greened@obbligato.org>2009-05-14 23:21:40 +0000
commit7a57214817f87eb6cd5368a861f8ecb7f0d5d26a (patch)
treeba53c4902cccaa2415dd35e2fd25569d75566a98 /test/TableGen/foreach.td
parent5f9f9ba00b85eb19da2618f393e43a6a11b5d892 (diff)
downloadexternal_llvm-7a57214817f87eb6cd5368a861f8ecb7f0d5d26a.zip
external_llvm-7a57214817f87eb6cd5368a861f8ecb7f0d5d26a.tar.gz
external_llvm-7a57214817f87eb6cd5368a861f8ecb7f0d5d26a.tar.bz2
Fix tests to not upset DejaGNU.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71811 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen/foreach.td')
-rw-r--r--test/TableGen/foreach.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/foreach.td b/test/TableGen/foreach.td
index 589520a..acce449 100644
--- a/test/TableGen/foreach.td
+++ b/test/TableGen/foreach.td
@@ -1,6 +1,6 @@
// RUN: tblgen %s | grep {Jr} | count 2
// RUN: tblgen %s | grep {Sr} | count 2
-// RUN: tblgen %s | not grep {NAME}
+// RUN: tblgen %s | grep {NAME} | count 1
// Variables for foreach
class decls {