mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Revert "Revert 0.7.6 code for 0.7.5 re-release"
This reverts commit d1349c9cfb.
This commit is contained in:
@@ -24,7 +24,7 @@ fn int main(String[] args)
|
||||
// Retain our current path.
|
||||
start_cwd = path::tcwd()!!;
|
||||
|
||||
// Create our test path, note that this prevents us from doing tests in parallell
|
||||
// Create our test path, note that this prevents us from doing tests in parallel
|
||||
test_dir = start_cwd.tappend("_c3test_")!!;
|
||||
defer (void)path::rmtree(test_dir);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user