
Test hsc2hs/T12504 is failing thus on Windows. Something path-y. Simon -{-# LINE 1 "T12504/path/to/T12504.hsc" #-} -{-# LINE 2 "T12504/path/to/T12504.hsc" #-} +{-# LINE 1 "T12504\\path\\to\\T12504.hsc" #-} +{-# LINE 2 "T12504\\path\\to\\T12504.hsc" #-} *** unexpected failure for T12504(normal)

The new output is correct. hsc2hs was patched to fix the error messages it gives. We missed a test it seems. I'll update the test output when I get home. Thanks Simon, Tamar On Tue, Sep 20, 2016, 23:06 Simon Peyton Jones via ghc-devs < ghc-devs@haskell.org> wrote:
Test hsc2hs/T12504 is failing thus on Windows. Something path-y.
Simon
-{-# LINE 1 "T12504/path/to/T12504.hsc" #-}
-{-# LINE 2 "T12504/path/to/T12504.hsc" #-}
+{-# LINE 1 "T12504\\path\\to\\T12504.hsc" #-}
+{-# LINE 2 "T12504\\path\\to\\T12504.hsc" #-}
*** unexpected failure for T12504(normal) _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
participants (2)
-
Phyx
-
Simon Peyton Jones