summaryrefslogtreecommitdiff
path: root/vendor/github.com/jmshal/go-locale/locale_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/jmshal/go-locale/locale_test.go')
-rw-r--r--vendor/github.com/jmshal/go-locale/locale_test.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/jmshal/go-locale/locale_test.go b/vendor/github.com/jmshal/go-locale/locale_test.go
deleted file mode 100644
index e3743b6..0000000
--- a/vendor/github.com/jmshal/go-locale/locale_test.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package go_locale
-
-import "testing"
-
-func TestLocale(t *testing.T) {
- if lc, err := DetectLocale(); err != nil {
- t.Fatal(err)
- } else {
- t.Logf("detected locale: %q", lc)
- }
-}