[commit: ghc] master: Testsuite: delete accidentally committed .stderr.normalised file (196ce62)
git at git.haskell.org
git at git.haskell.org
Thu Apr 28 18:14:03 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/196ce6225f6eae11d49fe013940db1a89b472a2b/ghc
>---------------------------------------------------------------
commit 196ce6225f6eae11d49fe013940db1a89b472a2b
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Wed Apr 27 17:11:31 2016 +0200
Testsuite: delete accidentally committed .stderr.normalised file
[skip ci]
>---------------------------------------------------------------
196ce6225f6eae11d49fe013940db1a89b472a2b
..._simple_duplicate_lib.stderr.normalised-mingw32 | 24 ----------------------
1 file changed, 24 deletions(-)
diff --git a/testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr.normalised-mingw32 b/testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr.normalised-mingw32
deleted file mode 100644
index 69fc0d4..0000000
--- a/testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr.normalised-mingw32
+++ /dev/null
@@ -1,24 +0,0 @@
-GHC runtime linker: fatal I found a duplicate definition for symbol
- a
-whilst processing object file
- libfoo_dup_lib.a
-The symbol was previously defined in
- bar_dup.o
-This could be caused by:
- * Loading two different object files which export the same symbol
- * Specifying the same object file twice on the GHCi command line
- * An incorrect `package.conf' entry, causing some object to be
- loaded twice.
-
-ByteCodeLink: can't find label
-During interactive linking, GHCi couldn't find the following symbol:
- c
-This may be due to you not asking GHCi to load extra object files,
-archives or DLLs needed by your current session. Restart GHCi, specifying
-the missing library using the -L dir and -lmissinglibname
-flags, or simply by naming the relevant files on the GHCi command line.
-Alternatively, this link failure might indicate a bug in GHCi.
-If you suspect the latter, please send a bug report to:
- glasgow-haskell-bugs at haskell.org
-
-ghc: Could not on-demand load symbol 'c'
\ No newline at end of file
More information about the ghc-commits
mailing list