[commit: ghc] master: testsuite: Add missing LiteralsTest2.hs (b20a65d)
git at git.haskell.org
git at git.haskell.org
Thu Dec 17 11:11:16 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b20a65d5bf0ebf656c67f57e9b2c1094b459b827/ghc
>---------------------------------------------------------------
commit b20a65d5bf0ebf656c67f57e9b2c1094b459b827
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Dec 17 06:08:02 2015 -0500
testsuite: Add missing LiteralsTest2.hs
>---------------------------------------------------------------
b20a65d5bf0ebf656c67f57e9b2c1094b459b827
.../ghc-api/annotations-literals/{LiteralsTest.hs => LiteralsTest2.hs} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/ghc-api/annotations-literals/LiteralsTest.hs b/testsuite/tests/ghc-api/annotations-literals/LiteralsTest2.hs
similarity index 90%
copy from testsuite/tests/ghc-api/annotations-literals/LiteralsTest.hs
copy to testsuite/tests/ghc-api/annotations-literals/LiteralsTest2.hs
index 9081adf..e85eb17 100644
--- a/testsuite/tests/ghc-api/annotations-literals/LiteralsTest.hs
+++ b/testsuite/tests/ghc-api/annotations-literals/LiteralsTest2.hs
@@ -1,5 +1,5 @@
{-# LANGUAGE MagicHash #-}
-module LiteralsTest where
+module LiteralsTest2 where
x,y :: Int
x = 0003
More information about the ghc-commits
mailing list