[commit: ghc] master: fix T4981-V3 and T9208 tests for no newline at end of file warning (2396940)
git at git.haskell.org
git at git.haskell.org
Sun Aug 10 20:33:36 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/239694084ad21fe926495af520bebd5002f6daea/ghc
>---------------------------------------------------------------
commit 239694084ad21fe926495af520bebd5002f6daea
Author: Karel Gardas <karel.gardas at centrum.cz>
Date: Sun Aug 10 22:28:05 2014 +0200
fix T4981-V3 and T9208 tests for no newline at end of file warning
Test Plan: validated on Linux and tested on Solaris
Reviewers: ezyang, austin
Reviewed By: ezyang, austin
Subscribers: phaskell, simonmar, relrod, ezyang, carter
Differential Revision: https://phabricator.haskell.org/D134
>---------------------------------------------------------------
239694084ad21fe926495af520bebd5002f6daea
testsuite/tests/indexed-types/should_compile/T4981-V3.hs | 1 +
testsuite/tests/stranal/should_compile/T9208.hs | 0
2 files changed, 1 insertion(+)
diff --git a/testsuite/tests/indexed-types/should_compile/T4981-V3.hs b/testsuite/tests/indexed-types/should_compile/T4981-V3.hs
index fe810f2..242e752 100644
--- a/testsuite/tests/indexed-types/should_compile/T4981-V3.hs
+++ b/testsuite/tests/indexed-types/should_compile/T4981-V3.hs
@@ -42,3 +42,4 @@ resolveConflicts :: q -> PrimOf q
(w) PrimOf (OnPrim p) ~ PrimOf (OnPrim p)
-}
+
More information about the ghc-commits
mailing list