diff options
author | Max Bolingbroke <batterseapower@hotmail.com> | 2011-04-02 11:25:01 +0100 |
---|---|---|
committer | Max Bolingbroke <batterseapower@hotmail.com> | 2011-04-02 11:25:01 +0100 |
commit | dc34ea9fd80f493e00062c276b2c7c898505bca2 (patch) | |
tree | 1d51dcd85f093f7a8be1a7b1a2a0cd02d2dad2e0 /testsuite/tests/ghc-regress/cpranal | |
parent | 30e45295140bada35fc655154bc1874515900212 (diff) | |
download | haskell-dc34ea9fd80f493e00062c276b2c7c898505bca2.tar.gz |
Remove any mention of optc/profc from all.T files
Diffstat (limited to 'testsuite/tests/ghc-regress/cpranal')
-rw-r--r-- | testsuite/tests/ghc-regress/cpranal/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/cpranal/should_compile/all.T b/testsuite/tests/ghc-regress/cpranal/should_compile/all.T index 3c270b0277..99ffed997f 100644 --- a/testsuite/tests/ghc-regress/cpranal/should_compile/all.T +++ b/testsuite/tests/ghc-regress/cpranal/should_compile/all.T @@ -1,6 +1,6 @@ # Just do the opt way... def f( opts ): - opts.only_ways = ['optc','optasm'] + opts.only_ways = ['optasm'] setTestOpts(f) |