summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2017-03-15 09:52:39 -0400
committerAnthony Green <green@moxielogic.com>2017-03-15 09:52:39 -0400
commit5a8fca94059fbf14ac7352ce487c9250cdd67c63 (patch)
treee46df597201522b829a98e3ed23d6ca30971ab09 /testsuite
parent5b10a0198188d43fc07c271bc29ff1033e2ac9d3 (diff)
downloadlibffi-5a8fca94059fbf14ac7352ce487c9250cdd67c63.tar.gz
Fix typo
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/lib/libffi.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/lib/libffi.exp b/testsuite/lib/libffi.exp
index 1dcbecb..0c8ff23 100644
--- a/testsuite/lib/libffi.exp
+++ b/testsuite/lib/libffi.exp
@@ -220,7 +220,7 @@ proc libffi_target_compile { source dest type options } {
# this may be required for g++, but just confused clang.
if { [string match "*.cc" $source] } {
- if { [string match $compiler_vendor "gnu"] }
+ if { [string match $compiler_vendor "gnu"] } {
lappend options "c++"
}
}