summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/tests/ghci/scripts/ghci016.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci016.hs b/testsuite/tests/ghci/scripts/ghci016.hs
index 2740a66517..0c86f02d0f 100644
--- a/testsuite/tests/ghci/scripts/ghci016.hs
+++ b/testsuite/tests/ghci/scripts/ghci016.hs
@@ -13,6 +13,7 @@ instance Num T where
(*) = error "urk"
abs = error "urk"
signum = error "urk"
+ negate = error "urk"
-- Typing 3 at the ghci prompt should print T