swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 824dde0214d41af56c7d898728a4feab2672234a authored by Valentin Churavy on 30 December 2017, 09:30:10 UTC
add syncregion to tapir IR
Tip revision: 824dde0
i18n.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

using Base.I18n

@test locale()==""
locale("en_US")
@test locale()=="en_US"
back to top