[commit: packages/process] master: GH77: update tests. (2e3542d)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 21:18:36 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2e3542d060088d2a518286c498d69ac24b3df77a/process

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

commit 2e3542d060088d2a518286c498d69ac24b3df77a
Author: Tamar Christina <tamar at zhox.com>
Date:   Sun Dec 11 00:07:08 2016 +0000

    GH77: update tests.


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

2e3542d060088d2a518286c498d69ac24b3df77a
 tests/T9775/Makefile |  4 ++--
 tests/T9775/all.T    | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tests/T9775/Makefile b/tests/T9775/Makefile
index 65191d5..6eafccf 100644
--- a/tests/T9775/Makefile
+++ b/tests/T9775/Makefile
@@ -6,8 +6,8 @@ TOP=../../../testsuite
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/test.mk
 
-.PHONY: T12725
-T12725:
+.PHONY: T9775
+T9775:
 	'$(TEST_CC)' ok.c -o ok.exe
 	'$(TEST_CC)' main.c -o main.exe
 
diff --git a/tests/T9775/all.T b/tests/T9775/all.T
index f8d7764..694c0c8 100644
--- a/tests/T9775/all.T
+++ b/tests/T9775/all.T
@@ -1,12 +1,12 @@
 
-test('T12725_fail',
+test('T9775_fail',
      [extra_clean(['ok.o', 'ok.exe', 'main.o', 'main.exe']),
-     [unless(opsys('mingw32'),skip)]
-      pre_cmd('$MAKE -s --no-print-directory T12725')],
+     [unless(opsys('mingw32'),skip)],
+      pre_cmd('$MAKE -s --no-print-directory T9775')],
      compile_and_run, [''])
 
-test('T12725_good',
+test('T9775_good',
      [extra_clean(['ok.o', 'ok.exe', 'main.o', 'main.exe']),
-     [unless(opsys('mingw32'),skip)]
-      pre_cmd('$MAKE -s --no-print-directory T12725')],
+     [unless(opsys('mingw32'),skip)],
+      pre_cmd('$MAKE -s --no-print-directory T9775')],
      compile_and_run, [''])



More information about the ghc-commits mailing list