fix broken conformity tests, quote left paren

This commit is contained in:
Mark Thom
2020-03-08 16:49:47 -06:00
parent c7591045af
commit eee10d3ee7
7 changed files with 38 additions and 5 deletions

View File

@@ -194,6 +194,7 @@ impl SubModuleUser for IndexStore {
#[inline]
fn current_dir() -> std::path::PathBuf {
let mut path_buf = std::path::PathBuf::from(PROJECT_DIR);
// file!() always produces a path relative to PROJECT_DIR.
path_buf = path_buf.join(std::path::PathBuf::from(file!()));