summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2015-06-20 16:12:20 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2015-06-20 16:12:20 -0700
commit15ef5fcb63cb8e3a7137490af04b84103e3a1e0d (patch)
tree9e6329568342f458de5a41cd2b1b143bf94c2341 /testsuite/tests
parent29bc13aa72fd113349f15cc2d47257a4979c25f2 (diff)
downloadhaskell-15ef5fcb63cb8e3a7137490af04b84103e3a1e0d.tar.gz
Remove duplicate test.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/llvm/should_compile/T8131.cmm7
-rw-r--r--testsuite/tests/llvm/should_compile/all.T1
2 files changed, 0 insertions, 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 153fb02b24..0000000000
--- 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 443e76f81d..9da136de4d 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, [''])