diff options
author | Chris Lattner <sabre@nondot.org> | 2005-04-19 01:37:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-04-19 01:37:24 +0000 |
commit | 8287bbbb79c4dd6e297cbf8691045364afd55dc9 (patch) | |
tree | a2a54c8da000c84b1fc013c19ddae10e7509d844 /test | |
parent | 2347f28cf5252c3b289e1e3925a7b5fb8a0b9de4 (diff) | |
download | external_llvm-8287bbbb79c4dd6e297cbf8691045364afd55dc9.zip external_llvm-8287bbbb79c4dd6e297cbf8691045364afd55dc9.tar.gz external_llvm-8287bbbb79c4dd6e297cbf8691045364afd55dc9.tar.bz2 |
add a run line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21338 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/TableGen/Include.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/Include.td b/test/TableGen/Include.td index 2618d57..9dac6ff 100644 --- a/test/TableGen/Include.td +++ b/test/TableGen/Include.td @@ -1,4 +1,4 @@ - +// RUN: tblgen %s def BeforeInclude; include "Include.inc" |