From 2203f6dc8cd7f7282edc7c821bd5127fa1857d1a Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 14 Aug 1997 18:31:14 +0000 Subject: [PATCH] [project @ 1997-08-14 18:30:43 by sof] moved validation-misc to main ghc regression testing area --- ghc/{compiler/tests/validation-misc => tests/etc}/Echo.hs | 0 ghc/{compiler/tests/validation-misc => tests/etc}/dotests | 0 ghc/{compiler/tests/validation-misc => tests/etc}/naming001.hs | 0 ghc/{compiler/tests/validation-misc => tests/etc}/naming002.hs | 0 ghc/{compiler/tests/validation-misc => tests/etc}/naming003.hs | 0 ghc/{compiler/tests/validation-misc => tests/etc}/naming004.hs | 0 ghc/{compiler/tests/validation-misc => tests/etc}/naming005.hs | 0 ghc/{compiler/tests/validation-misc => tests/etc}/testexpr.hs | 0 ghc/{compiler/tests/validation-misc => tests/etc}/testgrhss.hs | 0 ghc/{compiler/tests/validation-misc => tests/etc}/testmatches.hs | 0 ghc/{compiler/tests/validation-misc => tests/etc}/testmonobinds.hs | 0 ghc/{compiler/tests/validation-misc => tests/etc}/testmrule.hs | 0 ghc/{compiler/tests/validation-misc => tests/etc}/testpats.hs | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename ghc/{compiler/tests/validation-misc => tests/etc}/Echo.hs (100%) rename ghc/{compiler/tests/validation-misc => tests/etc}/dotests (100%) rename ghc/{compiler/tests/validation-misc => tests/etc}/naming001.hs (100%) rename ghc/{compiler/tests/validation-misc => tests/etc}/naming002.hs (100%) rename ghc/{compiler/tests/validation-misc => tests/etc}/naming003.hs (100%) rename ghc/{compiler/tests/validation-misc => tests/etc}/naming004.hs (100%) rename ghc/{compiler/tests/validation-misc => tests/etc}/naming005.hs (100%) rename ghc/{compiler/tests/validation-misc => tests/etc}/testexpr.hs (100%) rename ghc/{compiler/tests/validation-misc => tests/etc}/testgrhss.hs (100%) rename ghc/{compiler/tests/validation-misc => tests/etc}/testmatches.hs (100%) rename ghc/{compiler/tests/validation-misc => tests/etc}/testmonobinds.hs (100%) rename ghc/{compiler/tests/validation-misc => tests/etc}/testmrule.hs (100%) rename ghc/{compiler/tests/validation-misc => tests/etc}/testpats.hs (100%) diff --git a/ghc/compiler/tests/validation-misc/Echo.hs b/ghc/tests/etc/Echo.hs similarity index 100% rename from ghc/compiler/tests/validation-misc/Echo.hs rename to ghc/tests/etc/Echo.hs diff --git a/ghc/compiler/tests/validation-misc/dotests b/ghc/tests/etc/dotests similarity index 100% rename from ghc/compiler/tests/validation-misc/dotests rename to ghc/tests/etc/dotests diff --git a/ghc/compiler/tests/validation-misc/naming001.hs b/ghc/tests/etc/naming001.hs similarity index 100% rename from ghc/compiler/tests/validation-misc/naming001.hs rename to ghc/tests/etc/naming001.hs diff --git a/ghc/compiler/tests/validation-misc/naming002.hs b/ghc/tests/etc/naming002.hs similarity index 100% rename from ghc/compiler/tests/validation-misc/naming002.hs rename to ghc/tests/etc/naming002.hs diff --git a/ghc/compiler/tests/validation-misc/naming003.hs b/ghc/tests/etc/naming003.hs similarity index 100% rename from ghc/compiler/tests/validation-misc/naming003.hs rename to ghc/tests/etc/naming003.hs diff --git a/ghc/compiler/tests/validation-misc/naming004.hs b/ghc/tests/etc/naming004.hs similarity index 100% rename from ghc/compiler/tests/validation-misc/naming004.hs rename to ghc/tests/etc/naming004.hs diff --git a/ghc/compiler/tests/validation-misc/naming005.hs b/ghc/tests/etc/naming005.hs similarity index 100% rename from ghc/compiler/tests/validation-misc/naming005.hs rename to ghc/tests/etc/naming005.hs diff --git a/ghc/compiler/tests/validation-misc/testexpr.hs b/ghc/tests/etc/testexpr.hs similarity index 100% rename from ghc/compiler/tests/validation-misc/testexpr.hs rename to ghc/tests/etc/testexpr.hs diff --git a/ghc/compiler/tests/validation-misc/testgrhss.hs b/ghc/tests/etc/testgrhss.hs similarity index 100% rename from ghc/compiler/tests/validation-misc/testgrhss.hs rename to ghc/tests/etc/testgrhss.hs diff --git a/ghc/compiler/tests/validation-misc/testmatches.hs b/ghc/tests/etc/testmatches.hs similarity index 100% rename from ghc/compiler/tests/validation-misc/testmatches.hs rename to ghc/tests/etc/testmatches.hs diff --git a/ghc/compiler/tests/validation-misc/testmonobinds.hs b/ghc/tests/etc/testmonobinds.hs similarity index 100% rename from ghc/compiler/tests/validation-misc/testmonobinds.hs rename to ghc/tests/etc/testmonobinds.hs diff --git a/ghc/compiler/tests/validation-misc/testmrule.hs b/ghc/tests/etc/testmrule.hs similarity index 100% rename from ghc/compiler/tests/validation-misc/testmrule.hs rename to ghc/tests/etc/testmrule.hs diff --git a/ghc/compiler/tests/validation-misc/testpats.hs b/ghc/tests/etc/testpats.hs similarity index 100% rename from ghc/compiler/tests/validation-misc/testpats.hs rename to ghc/tests/etc/testpats.hs -- 1.7.10.4