diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-15 23:31:58 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-16 13:19:26 +0100 |
commit | d066e68792bd1f3b6c4ce8626872aa78cc5179c1 (patch) | |
tree | aebb2916af87e8669c7da06b61e17fcb8e01f1f6 /testsuite/driver | |
parent | ed69b215018fb34d70ed8e11166ce970ff6bfe74 (diff) | |
download | haskell-d066e68792bd1f3b6c4ce8626872aa78cc5179c1.tar.gz |
Testsuite: delete only_compiler_types, assume ghc
Update submodules stm, hpc and unix.
Differential Revision: https://phabricator.haskell.org/D1921
Diffstat (limited to 'testsuite/driver')
-rw-r--r-- | testsuite/driver/testlib.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py index 0251884dc4..609fad8b1f 100644 --- a/testsuite/driver/testlib.py +++ b/testsuite/driver/testlib.py @@ -211,12 +211,6 @@ def _extra_ways( name, opts, ways ): # ----- -def only_compiler_types( _compiler_types ): - # Don't delete yet. The libraries unix, stm and hpc still call this function. - return lambda _name, _opts: None - -# ----- - def set_stdin( file ): return lambda name, opts, f=file: _set_stdin(name, opts, f); |