summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr.normalised-mingw3224
1 files changed, 0 insertions, 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 69fc0d4cca..0000000000
--- 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@haskell.org
-
-ghc: Could not on-demand load symbol 'c' \ No newline at end of file