mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[gardening] Use sys.exit(...) instead of exit(...)
This commit is contained in:
@@ -133,5 +133,5 @@ if over_time:
|
||||
% args.time)
|
||||
|
||||
if over_mem or over_time:
|
||||
exit(-1)
|
||||
exit(ret)
|
||||
sys.exit(-1)
|
||||
sys.exit(ret)
|
||||
|
||||
Reference in New Issue
Block a user