diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-25 01:00:48 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-25 23:26:06 +0100 |
commit | 8e6e022216b19b10841a896ee1a0b08e019a9481 (patch) | |
tree | 8b4241b6f50ac63ce83d46c7e4b0c2bd46ea9099 /testsuite/tests/annotations | |
parent | 116528c8429257a0ae855251fd266547bb23d01d (diff) | |
download | haskell-8e6e022216b19b10841a896ee1a0b08e019a9481.tar.gz |
Testsuite: Introduce config.plugin_way_flags.
Refactoring only.
Diffstat (limited to 'testsuite/tests/annotations')
-rw-r--r-- | testsuite/tests/annotations/should_compile/all.T | 2 | ||||
-rw-r--r-- | testsuite/tests/annotations/should_compile/th/all.T | 2 | ||||
-rw-r--r-- | testsuite/tests/annotations/should_run/all.T | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/annotations/should_compile/all.T b/testsuite/tests/annotations/should_compile/all.T index 57efc2634c..d8d6ad876b 100644 --- a/testsuite/tests/annotations/should_compile/all.T +++ b/testsuite/tests/annotations/should_compile/all.T @@ -1,6 +1,6 @@ # Annotations, like Template Haskell, require runtime evaluation. In # order for this to work with profiling, we would have to build the -# program twice and use -osuf p_o (see the TH_splitE5_prof test). For +# program twice and use -osuf p_o (see the TH_spliceE5_prof test). For # now, just disable the profiling ways. test('ann01', [req_interp, omit_ways(['profasm','profthreaded'])], diff --git a/testsuite/tests/annotations/should_compile/th/all.T b/testsuite/tests/annotations/should_compile/th/all.T index a1681cfe0b..8684de2367 100644 --- a/testsuite/tests/annotations/should_compile/th/all.T +++ b/testsuite/tests/annotations/should_compile/th/all.T @@ -1,6 +1,6 @@ # Annotations and Template Haskell, require runtime evaluation. In # order for this to work with profiling, we would have to build the -# program twice and use -osuf p_o (see the TH_splitE5_prof test). For +# program twice and use -osuf p_o (see the TH_spliceE5_prof test). For # now, just disable the profiling ways. test('annth_make', diff --git a/testsuite/tests/annotations/should_run/all.T b/testsuite/tests/annotations/should_run/all.T index 183ff97bcc..17f16313a9 100644 --- a/testsuite/tests/annotations/should_run/all.T +++ b/testsuite/tests/annotations/should_run/all.T @@ -3,7 +3,7 @@ setTestOpts(when(fast(), skip)) # Annotations, like Template Haskell, require runtime evaluation. In # order for this to work with profiling, we would have to build the -# program twice and use -osuf p_o (see the TH_splitE5_prof test). For +# program twice and use -osuf p_o (see the TH_spliceE5_prof test). For # now, just disable the profiling and dynamic ways, and use # config.ghc_th_way_flags. test('annrun01', |