diff options
author | Alex Coplan <alex.coplan@arm.com> | 2024-08-28 14:53:11 +0100 |
---|---|---|
committer | Alex Coplan <alex.coplan@arm.com> | 2024-09-02 10:07:09 +0100 |
commit | e4d3e7f9add34216f4baffd3124bcb22a82c39bf (patch) | |
tree | 730c5aa5da150b1fef52bef94c2097f46a880a53 /libphobos | |
parent | 2865719efb16e9f199b332fcf06d69c98928738e (diff) | |
download | gcc-e4d3e7f9add34216f4baffd3124bcb22a82c39bf.zip gcc-e4d3e7f9add34216f4baffd3124bcb22a82c39bf.tar.gz gcc-e4d3e7f9add34216f4baffd3124bcb22a82c39bf.tar.bz2 |
testsuite: Rename scanltranstree.exp -> scanltrans.exp
Since r15-3254-g3f51f0dc88ec21c1ec79df694200f10ef85915f4
added scan-ltrans-rtl* variants to scanltranstree.exp, it no longer
makes sense to have "tree" in the name. This renames the file
accordingly and updates users.
libatomic/ChangeLog:
* testsuite/lib/libatomic.exp: Load scanltrans.exp instead of
scanltranstree.exp.
libgomp/ChangeLog:
* testsuite/lib/libgomp.exp: Load scanltrans.exp instead of
scanltranstree.exp.
libitm/ChangeLog:
* testsuite/lib/libitm.exp: Load scanltrans.exp instead of
scanltranstree.exp.
libphobos/ChangeLog:
* testsuite/lib/libphobos-dg.exp: Load scanltrans.exp instead of
scanltranstree.exp.
libvtv/ChangeLog:
* testsuite/lib/libvtv.exp: Load scanltrans.exp instead of
scanltranstree.exp.
gcc/testsuite/ChangeLog:
* gcc.dg-selftests/dg-final.exp: Load scanltrans.exp instead of
scanltranstree.exp.
* lib/gcc-dg.exp: Likewise.
* lib/scanltranstree.exp: Rename to ...
* lib/scanltrans.exp: ... this.
Diffstat (limited to 'libphobos')
-rw-r--r-- | libphobos/testsuite/lib/libphobos-dg.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libphobos/testsuite/lib/libphobos-dg.exp b/libphobos/testsuite/lib/libphobos-dg.exp index 965ff02..90bc02ef 100644 --- a/libphobos/testsuite/lib/libphobos-dg.exp +++ b/libphobos/testsuite/lib/libphobos-dg.exp @@ -17,7 +17,7 @@ load_gcc_lib multiline.exp load_gcc_lib prune.exp load_gcc_lib scandump.exp -load_gcc_lib scanltranstree.exp +load_gcc_lib scanltrans.exp load_gcc_lib scanwpaipa.exp load_gcc_lib file-format.exp load_gcc_lib scanasm.exp |