Skip to content

Commit 8044863

Browse files
committed
difftest: typo fixes
1 parent 5474146 commit 8044863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/difftests/runner/src/testcase.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ use tracing::debug;
99
pub struct TestCase {
1010
/// The name of the testcase, as a rust mod path
1111
pub name: String,
12-
/// the relative path from the base `difftest` dir
12+
/// The relative path from the base `difftest` dir
1313
pub relative_path: PathBuf,
14-
/// the absolute path
14+
/// The absolute path
1515
pub absolute_path: PathBuf,
1616
/// All the test binaries of this single test case.
1717
pub test_binaries: Vec<TestBinary>,

0 commit comments

Comments
 (0)