diff options
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', |