mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Begin mapping os.Error in the rest of the codebase
This commit is contained in:
@@ -1117,7 +1117,7 @@ test_os_handle :: proc(t: ^testing.T) {
|
||||
// Delete the file now that we're done.
|
||||
//
|
||||
// This is not done all the time, just in case the file is useful to debugging.
|
||||
testing.expect_value(t, os.remove(TEMPORARY_FILENAME), os.ERROR_NONE)
|
||||
testing.expect_value(t, os.remove(TEMPORARY_FILENAME), nil)
|
||||
}
|
||||
|
||||
TEMPORARY_FILENAME :: "test_core_flags_write_test_output_data"
|
||||
|
||||
Reference in New Issue
Block a user