diff options
author | Aditya Gupta <adityagupta1089@gmail.com> | 2020-08-15 00:50:24 +0530 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-08-22 03:29:00 -0400 |
commit | e67ae884ebe42cb31fc4230301a5f555ae23cce8 (patch) | |
tree | b6a0f68aab9f9e07f066b49ff1f6211d5d6bf4d5 /testsuite/tests | |
parent | 989c1c27b1ec69d8cf56b438f0173d92c3547ab5 (diff) | |
download | haskell-e67ae884ebe42cb31fc4230301a5f555ae23cce8.tar.gz |
mkUnique refactoring (#18362)
Move uniqFromMask from Unique.Supply to Unique.
Move the the functions that call mkUnique from Unique to Builtin.Uniques
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/callarity/unittest/CallArity1.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/callarity/unittest/CallArity1.hs b/testsuite/tests/callarity/unittest/CallArity1.hs index 843d3d16c5..0ec56b8894 100644 --- a/testsuite/tests/callarity/unittest/CallArity1.hs +++ b/testsuite/tests/callarity/unittest/CallArity1.hs @@ -12,6 +12,7 @@ import GHC.Driver.Session import GHC.Utils.Error import GHC.Utils.Outputable as Outputable import GHC.Builtin.Types +import GHC.Builtin.Uniques import GHC.Types.Literal import GHC import Control.Monad |