From 72bec52d1237dfc21500159725aaba55f2f8ed8f Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 30 Aug 2016 02:43:38 -0700 Subject: [PATCH] Missing stderr for T12531. Signed-off-by: Edward Z. Yang (cherry picked from commit 21c2ebf2504125611eec0d24ab3ed60cd9e475be) --- testsuite/tests/partial-sigs/should_compile/T12531.stderr | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testsuite/tests/partial-sigs/should_compile/T12531.stderr diff --git a/testsuite/tests/partial-sigs/should_compile/T12531.stderr b/testsuite/tests/partial-sigs/should_compile/T12531.stderr new file mode 100644 index 0000000..ddd6824 --- /dev/null +++ b/testsuite/tests/partial-sigs/should_compile/T12531.stderr @@ -0,0 +1,9 @@ + +T12531.hs:6:11: warning: [-Wtyped-holes (in -Wdefault)] + • Found hole: _ :: Int# + • In the first argument of ‘(+#)’, namely ‘_’ + In the first argument of ‘I#’, namely ‘(_ +# x)’ + In the expression: I# (_ +# x) + • Relevant bindings include + x :: Int# (bound at T12531.hs:6:3) + f :: Int# -> Int (bound at T12531.hs:6:1) -- 1.9.1