Skip to content

Commit f2cd45c

Browse files
MahadMuhammadCohenArthur
authored andcommitted
Fix ui tests path to rustc version 1.49.0
Signed-off-by: Muhammad Mahad <mahadtxt@gmail.com>
1 parent 90fadb4 commit f2cd45c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ fi
4343

4444

4545
# Copying the RUST_PATH/tests/ui to GCCRS_PATH/gcc/testsuite/rust/rustc
46-
echo -e "Copying tests from $RUST_PATH/tests/ui to $GCCRS_PATH/gcc/testsuite/rust/rustc"
47-
cp -r "$RUST_PATH"/tests/ui "$GCCRS_PATH"/gcc/testsuite/rust/rustc
48-
echo -e "Copied $RUST_PATH/tests/ui tests to $GCCRS_PATH/gcc/testsuite/rust/rustc/ui"
46+
echo -e "Copying tests from $RUST_PATH/src/test/ui to $GCCRS_PATH/gcc/testsuite/rust/rustc"
47+
cp -r "$RUST_PATH"/src/test/ui "$GCCRS_PATH"/gcc/testsuite/rust/rustc
48+
echo -e "Copied $RUST_PATH/src/test/ui tests to $GCCRS_PATH/gcc/testsuite/rust/rustc/ui"
4949
cd "$GCCRS_PATH"/gcc/testsuite/rust/rustc/ui
5050

5151
process_files() {

0 commit comments

Comments
 (0)