summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
diff options
context:
space:
mode:
authorGergo ERDI <gergo@erdi.hu>2021-11-16 11:41:56 +0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-12-09 22:14:24 -0500
commitb6f7d145872573baa632a3bbee1c52f0596ec482 (patch)
treea2fdc62630c48e68868db48d8c7c9f02b1f7ac7c /testsuite/tests/ghci
parent6d0319220ebc63a29b941483a6c40ed4f972dc24 (diff)
downloadhaskell-b6f7d145872573baa632a3bbee1c52f0596ec482.tar.gz
Remove `optLevel` from `DynFlags` (closes #20500)
Diffstat (limited to 'testsuite/tests/ghci')
-rw-r--r--testsuite/tests/ghci/should_fail/T10549.stderr4
-rw-r--r--testsuite/tests/ghci/should_fail/T10549a.stderr2
2 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghci/should_fail/T10549.stderr b/testsuite/tests/ghci/should_fail/T10549.stderr
index 1f49f8e6c9..50db4fe9f2 100644
--- a/testsuite/tests/ghci/should_fail/T10549.stderr
+++ b/testsuite/tests/ghci/should_fail/T10549.stderr
@@ -1,3 +1,3 @@
-when making flags consistent: Warning:
- -O conflicts with --interactive; -O ignored.
+when making flags consistent: warning:
+ Optimization flags conflict with --interactive; optimization flags ignored.
diff --git a/testsuite/tests/ghci/should_fail/T10549a.stderr b/testsuite/tests/ghci/should_fail/T10549a.stderr
index 62f0b6d152..50db4fe9f2 100644
--- a/testsuite/tests/ghci/should_fail/T10549a.stderr
+++ b/testsuite/tests/ghci/should_fail/T10549a.stderr
@@ -1,3 +1,3 @@
when making flags consistent: warning:
- -O conflicts with --interactive; -O ignored.
+ Optimization flags conflict with --interactive; optimization flags ignored.