projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d996cb2
)
Add missing closing brace
author
Anthony Green
<green@moxielogic.com>
Sat, 23 Nov 2019 14:42:04 +0000
(09:42 -0500)
committer
Anthony Green
<green@moxielogic.com>
Sat, 23 Nov 2019 14:42:04 +0000
(09:42 -0500)
testsuite/libffi.closures/closure.exp
patch
|
blob
|
history
diff --git
a/testsuite/libffi.closures/closure.exp
b/testsuite/libffi.closures/closure.exp
index 9bbc807a520cadfeb22c3dc0af420a587ae59468..ed4145ca843b4a293400afaed431c99ee4b5699b 100644
(file)
--- a/
testsuite/libffi.closures/closure.exp
+++ b/
testsuite/libffi.closures/closure.exp
@@
-56,6
+56,7
@@
if { [istarget "or1k-*-*"] } {
} else {
foreach test $tlist {
unsupported "$test"
+ }
}
}