We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5474146 commit 8044863Copy full SHA for 8044863
tests/difftests/runner/src/testcase.rs
@@ -9,9 +9,9 @@ use tracing::debug;
9
pub struct TestCase {
10
/// The name of the testcase, as a rust mod path
11
pub name: String,
12
- /// the relative path from the base `difftest` dir
+ /// The relative path from the base `difftest` dir
13
pub relative_path: PathBuf,
14
- /// the absolute path
+ /// The absolute path
15
pub absolute_path: PathBuf,
16
/// All the test binaries of this single test case.
17
pub test_binaries: Vec<TestBinary>,
0 commit comments