[commit: ghc] wip/new-flatten-skolems-Aug14: Restore spaces instead of tabs, caused by revert of Python 3 (474d320)
git at git.haskell.org
git at git.haskell.org
Thu Oct 9 07:38:24 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/new-flatten-skolems-Aug14
Link : http://ghc.haskell.org/trac/ghc/changeset/474d3201f902eef99c8d283996eacf3457365cfe/ghc
>---------------------------------------------------------------
commit 474d3201f902eef99c8d283996eacf3457365cfe
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date: Fri Oct 3 19:56:00 2014 +0200
Restore spaces instead of tabs, caused by revert of Python 3
The git hook does not allow to reinsert tabs.
>---------------------------------------------------------------
474d3201f902eef99c8d283996eacf3457365cfe
testsuite/tests/ghci/prog004/prog004.T | 4 ++--
testsuite/tests/plugins/all.T | 4 ++--
testsuite/tests/th/TH_spliceViewPat/test.T | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/testsuite/tests/ghci/prog004/prog004.T b/testsuite/tests/ghci/prog004/prog004.T
index ed17afd..4b6ee13 100644
--- a/testsuite/tests/ghci/prog004/prog004.T
+++ b/testsuite/tests/ghci/prog004/prog004.T
@@ -1,8 +1,8 @@
setTestOpts(only_compiler_types(['ghc']))
def f(name, opts):
- if not ('ghci' in config.run_ways):
- opts.skip = 1
+ if not ('ghci' in config.run_ways):
+ opts.skip = 1
setTestOpts(f)
test('ghciprog004',
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index 7e5f9b4..8b2256a 100644
--- a/testsuite/tests/plugins/all.T
+++ b/testsuite/tests/plugins/all.T
@@ -1,6 +1,6 @@
def f(name, opts):
- if (ghc_with_interpreter == 0):
- opts.skip = 1
+ if (ghc_with_interpreter == 0):
+ opts.skip = 1
setTestOpts(f)
setTestOpts(when(compiler_lt('ghc', '7.1'), skip))
diff --git a/testsuite/tests/th/TH_spliceViewPat/test.T b/testsuite/tests/th/TH_spliceViewPat/test.T
index c08e7cb..21fdff3 100644
--- a/testsuite/tests/th/TH_spliceViewPat/test.T
+++ b/testsuite/tests/th/TH_spliceViewPat/test.T
@@ -1,7 +1,7 @@
def f(name, opts):
- opts.extra_hc_opts = '-XTemplateHaskell -package template-haskell'
- if (ghc_with_interpreter == 0):
- opts.skip = 1
+ opts.extra_hc_opts = '-XTemplateHaskell -package template-haskell'
+ if (ghc_with_interpreter == 0):
+ opts.skip = 1
setTestOpts(f)
setTestOpts(only_compiler_types(['ghc']))
More information about the ghc-commits
mailing list