aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTobias Burnus <tobias@codesourcery.com>2021-01-26 11:46:01 +0100
committerTobias Burnus <tobias@codesourcery.com>2021-01-26 11:46:01 +0100
commitb3cc0c9a6ac2065253203ac33663e28fd25397ff (patch)
treed85a6d4d150c7d30ee65f87253065e7612c268aa /gcc
parentd9f50366102a8ca3521e4854f7716bd013c8ea0a (diff)
downloadgcc-b3cc0c9a6ac2065253203ac33663e28fd25397ff.zip
gcc-b3cc0c9a6ac2065253203ac33663e28fd25397ff.tar.gz
gcc-b3cc0c9a6ac2065253203ac33663e28fd25397ff.tar.bz2
testsuite/g++.dg/modules/modules.exp: Janitorial fixes
gcc/testsuite/ChangeLog: * g++.dg/modules/modules.exp: Remove unused CXX_MODULE_PATH; add previously missing space in '$ident link'.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/g++.dg/modules/modules.exp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/g++.dg/modules/modules.exp b/gcc/testsuite/g++.dg/modules/modules.exp
index 8c9a00e..28d627d 100644
--- a/gcc/testsuite/g++.dg/modules/modules.exp
+++ b/gcc/testsuite/g++.dg/modules/modules.exp
@@ -37,7 +37,6 @@ if ![info exists DEFAULT_CXXFLAGS] then {
set DEFAULT_MODFLAGS $DEFAULT_CXXFLAGS
set MOD_STD_LIST { 17 2a }
-setenv CXX_MODULE_PATH "$srcdir/$subdir"
dg-init
global module_do
@@ -226,7 +225,7 @@ proc module_do_it { do_what testcase std asm_list } {
# link it
verbose "Linking $asm_list" 1
if { !$ok } {
- unresolved "$identlink"
+ unresolved "$ident link"
} else {
set out [${tool}_target_compile $asm_list \
$execname executable $options]