]> gcc.gnu.org Git - gcc.git/commitdiff
testsuite/g++.dg/modules/modules.exp: Janitorial fixes
authorTobias Burnus <tobias@codesourcery.com>
Tue, 26 Jan 2021 10:46:01 +0000 (11:46 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Tue, 26 Jan 2021 10:46:01 +0000 (11:46 +0100)
gcc/testsuite/ChangeLog:

* g++.dg/modules/modules.exp: Remove unused CXX_MODULE_PATH;
add previously missing space in '$ident link'.

gcc/testsuite/g++.dg/modules/modules.exp

index 8c9a00e68e9d4bf1d96e84903e7cc2875bdfd2bb..28d627dcb86daf50bf6bce0d02f05b33e9573ab5 100644 (file)
@@ -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]
This page took 0.073132 seconds and 5 git commands to generate.