summaryrefslogtreecommitdiff
path: root/p/haskell-hoogle/debian/tests/setlocale
blob: 7d29fc09ce16944352beb4f62b5c2a2e3478eab3 (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -e

ret="$(hoogle categoryToCInt)"

test "$ret" = "System.Locale.SetLocale categoryToCInt :: Category -> CInt"