[commit: ghc] master: Remove duplicate test. (15ef5fc)

git at git.haskell.org git at git.haskell.org
Sat Jun 20 23:11:56 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/15ef5fcb63cb8e3a7137490af04b84103e3a1e0d/ghc

>---------------------------------------------------------------

commit 15ef5fcb63cb8e3a7137490af04b84103e3a1e0d
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Sat Jun 20 16:12:20 2015 -0700

    Remove duplicate test.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


>---------------------------------------------------------------

15ef5fcb63cb8e3a7137490af04b84103e3a1e0d
 testsuite/tests/llvm/should_compile/T8131.cmm | 7 -------
 testsuite/tests/llvm/should_compile/all.T     | 1 -
 2 files changed, 8 deletions(-)

diff --git a/testsuite/tests/llvm/should_compile/T8131.cmm b/testsuite/tests/llvm/should_compile/T8131.cmm
deleted file mode 100644
index 153fb02..0000000
--- a/testsuite/tests/llvm/should_compile/T8131.cmm
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "Cmm.h"
-
-testMemcpy (W_ dst, W_ src, W_ l, W_ sz)
-{
-  prim %memcpy(dst, src, l, sz);
-  return ();
-}
diff --git a/testsuite/tests/llvm/should_compile/all.T b/testsuite/tests/llvm/should_compile/all.T
index 443e76f..9da136d 100644
--- a/testsuite/tests/llvm/should_compile/all.T
+++ b/testsuite/tests/llvm/should_compile/all.T
@@ -12,5 +12,4 @@ test('T5681', normal, compile, [''])
 test('T6158', [reqlib('vector'), reqlib('primitive')], compile, ['-package vector -package primitive'])
 test('T7571', cmm_src, compile, [''])
 test('T7575', unless(wordsize(32), skip), compile, [''])
-test('T8131', cmm_src, compile, [''])
 test('T8131b', normal, compile, [''])



More information about the ghc-commits mailing list