Skip to content

Commit 9df2745

Browse files
fix rusttest-to-dg broken link
1 parent 7e76c79 commit 9df2745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/24/r/final-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The main exact goal of this project is to have access to a tool which enables us
3333
## What was Done:
3434

3535
- Researched the Rust testing framework "[compiletest](https://rustc-dev-guide.rust-lang.org/tests/compiletest.html)" to understand how test cases are organized and Rust processes and executes test cases.
36-
- Learned "Rust" programming language and created a new tool, named [rusttest-to-dg](github.com/Rust-GCC/rusttest-to-dg) to convert the Rust test cases to DejaGnu format.
36+
- Learned "Rust" programming language and created a new tool, named [rusttest-to-dg](https://github.com/Rust-GCC/rusttest-to-dg) to convert the Rust test cases to DejaGnu format.
3737

3838
For gccrs, we only want to check the [ui](https://rustc-dev-guide.rust-lang.org/tests/ui.html) tests — these tests are a collection of general-purpose tests which primarily focus on validating the console output of the compiler.
3939

0 commit comments

Comments
 (0)