summaryrefslogtreecommitdiff
path: root/test/TableGen/Include.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-04-19 01:37:24 +0000
committerChris Lattner <sabre@nondot.org>2005-04-19 01:37:24 +0000
commit8287bbbb79c4dd6e297cbf8691045364afd55dc9 (patch)
treea2a54c8da000c84b1fc013c19ddae10e7509d844 /test/TableGen/Include.td
parent2347f28cf5252c3b289e1e3925a7b5fb8a0b9de4 (diff)
downloadllvm-8287bbbb79c4dd6e297cbf8691045364afd55dc9.tar.gz
llvm-8287bbbb79c4dd6e297cbf8691045364afd55dc9.tar.bz2
llvm-8287bbbb79c4dd6e297cbf8691045364afd55dc9.tar.xz
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/TableGen/Include.td')
-rw-r--r--test/TableGen/Include.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/Include.td b/test/TableGen/Include.td
index 2618d57158..9dac6ffb1c 100644
--- a/test/TableGen/Include.td
+++ b/test/TableGen/Include.td
@@ -1,4 +1,4 @@
-
+// RUN: tblgen %s
def BeforeInclude;
include "Include.inc"