Remove test file after test run.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-05-02 11:55:04 +02:00
parent e17a8e016b
commit 3015133076
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ TEST_CASE("Get a script resolver, save the byte code to file, create new script
delete obj;
delete originLib;
delete newLib;
// remove("foo.bin");
remove("foo.bin");
}
#endif