lit: Add some example tests for previous commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109071 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2010-07-22 00:40:19 +00:00
parent 90eb4024ba
commit 2d4590d6fb
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
// This test shouldn't be run, the required feature is missing.
//
// RUN: false
// REQUIRES: some-missing-feature-name

View File

@ -0,0 +1,2 @@
// RUN: true
// REQUIRES: some-feature-name