Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/4540ce117da546d54ce2914872dcb5a21861fa33

>---------------------------------------------------------------

commit 4540ce117da546d54ce2914872dcb5a21861fa33
Author: Simon Peyton Jones <[email protected]>
Date:   Tue Mar 27 14:46:32 2012 +0100

    Slashes and backslashes in filenames

>---------------------------------------------------------------

 tests/ghci/scripts/Defer02.stdout |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/tests/ghci/scripts/Defer02.stdout 
b/tests/ghci/scripts/Defer02.stdout
index 1061a95..32e51d6 100644
--- a/tests/ghci/scripts/Defer02.stdout
+++ b/tests/ghci/scripts/Defer02.stdout
@@ -1,4 +1,4 @@
-Hello World*** Exception: ..\..\typecheck\should_run\Defer01.hs:11:40:
+Hello World*** Exception: ../../typecheck/should_run/Defer01.hs:11:40:
     Couldn't match type `Char' with `[Char]'
     Expected type: String
       Actual type: Char
@@ -6,51 +6,51 @@ Hello World*** Exception: 
..\..\typecheck\should_run\Defer01.hs:11:40:
     In the second argument of `(>>)', namely putStr ','
     In the expression: putStr "Hello World" >> putStr ','
 (deferred type error)
-*** Exception: ..\..\typecheck\should_run\Defer01.hs:14:5:
+*** Exception: ../../typecheck/should_run/Defer01.hs:14:5:
     Couldn't match expected type `Int' with actual type `Char'
     In the expression: 'p'
     In an equation for `a': a = 'p'
 (deferred type error)
-*** Exception: ..\..\typecheck\should_run\Defer01.hs:18:9:
+*** Exception: ../../typecheck/should_run/Defer01.hs:18:9:
     No instance for (Eq B) arising from a use of `=='
     Possible fix: add an instance declaration for (Eq B)
     In the expression: x == x
     In an equation for `b': b x = x == x
 (deferred type error)
-*** Exception: ..\..\typecheck\should_run\Defer01.hs:28:5:
+*** Exception: ../../typecheck/should_run/Defer01.hs:28:5:
     No instance for (Num (a -> a)) arising from the literal `1'
     Possible fix: add an instance declaration for (Num (a -> a))
     In the expression: 1
     In an equation for `d': d = 1
 (deferred type error)
-*** Exception: ..\..\typecheck\should_run\Defer01.hs:31:5:
+*** Exception: ../../typecheck/should_run/Defer01.hs:31:5:
     Couldn't match expected type `Char -> t' with actual type `Char'
     The function `e' is applied to one argument,
     but its type `Char' has none
     In the expression: e 'q'
     In an equation for `f': f = e 'q'
 (deferred type error)
-(*** Exception: ..\..\typecheck\should_run\Defer01.hs:34:8:
+(*** Exception: ../../typecheck/should_run/Defer01.hs:34:8:
     Couldn't match expected type `a' with actual type `Char'
       `a' is a rigid type variable bound by
           the type signature for h :: a -> (Char, Char)
-          at ..\..\typecheck\should_run\Defer01.hs:33:6
+          at ../../typecheck/should_run/Defer01.hs:33:6
     In the expression: x
     In the expression: (x, 'c')
     In an equation for `h': h x = (x, 'c')
 (deferred type error)
-*** Exception: ..\..\typecheck\should_run\Defer01.hs:39:17:
+*** Exception: ../../typecheck/should_run/Defer01.hs:39:17:
     Couldn't match expected type `Bool' with actual type `T a'
     In the return type of a call of `K'
     In the first argument of `not', namely `(K a)'
     In the expression: (not (K a))
 (deferred type error)
-"*** Exception: ..\..\typecheck\should_run\Defer01.hs:43:5:
+"*** Exception: ../../typecheck/should_run/Defer01.hs:43:5:
     No instance for (MyClass a1) arising from a use of `myOp'
     In the expression: myOp 23
     In an equation for `j': j = myOp 23
 (deferred type error)
-*** Exception: ..\..\typecheck\should_run\Defer01.hs:49:5:
+*** Exception: ../../typecheck/should_run/Defer01.hs:49:5:
     Couldn't match expected type `IO a0'
                 with actual type `Char -> IO ()'
     In the first argument of `(>>)', namely `putChar'



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to