diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T11606.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/T11606.stderr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T11606.stderr b/testsuite/tests/ghci/scripts/T11606.stderr new file mode 100644 index 0000000000..bbfb7406c6 --- /dev/null +++ b/testsuite/tests/ghci/scripts/T11606.stderr @@ -0,0 +1,12 @@ + +<interactive>:3:1: warning: [-Wname-shadowing (in -Wall)] + This binding for ‘x’ shadows the existing binding + defined at <interactive>:2:1 + +<interactive>:4:1: warning: [-Wname-shadowing (in -Wall)] + This binding for ‘x’ shadows the existing binding + defined at <interactive>:3:1 + +<interactive>:5:5: warning: [-Wname-shadowing (in -Wall)] + This binding for ‘x’ shadows the existing binding + defined at <interactive>:4:1 |