Commit 4cdedc279f96aefda24277184594c0ddd56d3402

Richard Henderson 2015-07-25T14:29:15

Tidy call.exp test collection Commit c952a92e20aa6013d8202d0b3fa1d87838c83054 moved all of the complex tests to libffi.complex, but failed to remove the anti-globbing from libffi.call.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/testsuite/libffi.call/call.exp b/testsuite/libffi.call/call.exp
index 46fb1eb..bc2bdc3 100644
--- a/testsuite/libffi.call/call.exp
+++ b/testsuite/libffi.call/call.exp
@@ -19,7 +19,7 @@ libffi-init
 
 global srcdir subdir
 
-set tlist [lsearch -inline -all -not -glob [lsort [glob -nocomplain -- $srcdir/$subdir/*.{c,cc}]] *complex*]
+set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.{c,cc}]]
 
 run-many-tests $tlist ""