From: Chris Lattner Date: Tue, 19 Apr 2005 01:37:24 +0000 (+0000) Subject: add a run line X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8287bbbb79c4dd6e297cbf8691045364afd55dc9;p=oota-llvm.git add a run line git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21338 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/TableGen/Include.td b/test/TableGen/Include.td index 2618d571589..9dac6ffb1ca 100644 --- a/test/TableGen/Include.td +++ b/test/TableGen/Include.td @@ -1,4 +1,4 @@ - +// RUN: tblgen %s def BeforeInclude; include "Include.inc"