mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 08:08:34 +03:00
Fix codec spec (#3185)
This commit is contained in:
parent
5e5abac8ae
commit
c14a2d8169
@ -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
|
||||
|
@ -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" <|
|
||||
|
Loading…
Reference in New Issue
Block a user