summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2019-01-18 08:51:59 (GMT)
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2019-01-18 08:51:59 (GMT)
commit8c3133a6e513c6f311df489deb3ae89938b27b08 (patch)
tree74896717affc02ad3ed99610d3f3f9d54b7044e2
parent56c26f5e523f4441019f707cc08d6778e1a739bb (diff)
downloadghc-8c3133a6e513c6f311df489deb3ae89938b27b08.zip
ghc-8c3133a6e513c6f311df489deb3ae89938b27b08.tar.gz
ghc-8c3133a6e513c6f311df489deb3ae89938b27b08.tar.bz2
Comments in stranal test declarations
-rw-r--r--testsuite/tests/stranal/should_run/all.T6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/stranal/should_run/all.T b/testsuite/tests/stranal/should_run/all.T
index 51b1e41..4599c9e 100644
--- a/testsuite/tests/stranal/should_run/all.T
+++ b/testsuite/tests/stranal/should_run/all.T
@@ -1,7 +1,9 @@
-# Run this always
+# Run this always as we compile the test with -O0 and -O1 and check that the
+# output is correct and the same in both cases.
test('T16197', normal, run_command, ['$MAKE -s --no-print-directory T16197'])
-# Run the rest only in optasm way, we're testing the strictness analyser here
+# Run the rest only in optasm way (which implies -O), we're testing the
+# strictness analyser here
setTestOpts( only_ways(['optasm']) )
test('strun001', normal, compile_and_run, [''])