diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-14 22:51:29 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-14 22:51:29 +0000 |
commit | 78fb2acea21ec413622722cb4efe23ce941c2f51 (patch) | |
tree | 316f287d275a53ac01770d3cffd998713e0a44b2 /test/Feature | |
parent | a8d9394914e04e6c60a863ab3aa74cbd937b757d (diff) |
Changes to fix problems with "make check". Apparently you can redefine
functions and Tcl's just tickled with that. The fix is to give the "new"
test system a different interface function name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36022 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rw-r--r-- | test/Feature/dg.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/dg.exp b/test/Feature/dg.exp index 694e4fdd88..879685ca87 100644 --- a/test/Feature/dg.exp +++ b/test/Feature/dg.exp @@ -1,3 +1,3 @@ load_lib llvm.exp -llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] |