Fix codec spec (#3185)

This commit is contained in:
Dmitry Bushev 2021-12-09 15:01:47 +03:00 committed by GitHub
parent 5e5abac8ae
commit c14a2d8169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
from Standard.Base import all
import Standard.Base.System.File
import Standard.Base.System.Platform
import Standard.Base.System.Process
import Standard.Base.System.Process.Exit_Code
import Standard.Image.Codecs

View File

@ -11,6 +11,7 @@ with_locale locale ~test =
result = Panic.recover test . catch_primitive e->
JavaLocale.setDefault default_locale
Panic.throw e
JavaLocale.setDefault default_locale
result
spec = Test.group "Locale" <|