mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
use unique temp dir
This commit is contained in:
parent
d871e2a14f
commit
6c4e225a4c
1 changed files with 1 additions and 1 deletions
|
@ -906,6 +906,6 @@ fn import_builtin_in_platform_and_check_app() {
|
|||
),
|
||||
];
|
||||
|
||||
let result = multiple_modules("issue_2863_module_type_does_not_exist", modules);
|
||||
let result = multiple_modules("import_builtin_in_platform_and_check_app", modules);
|
||||
assert!(result.is_ok(), "should check");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue