Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

File tree

156 files changed

+90
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+90
-1
lines changed

src/test/harness.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ mod project_builder;
3333
lazy_static! {
3434
static ref COUNTER: AtomicUsize = AtomicUsize::new(0);
3535
static ref MANIFEST_DIR: &'static Path = Path::new(env!("CARGO_MANIFEST_DIR"));
36-
pub static ref FIXTURES_DIR: PathBuf = MANIFEST_DIR.join("test_data");
36+
pub static ref FIXTURES_DIR: PathBuf = MANIFEST_DIR.join("tests").join("fixtures");
3737
}
3838

3939
crate struct Environment {

tests/fixtures/Cargo.lock

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)