diff options
| author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-04-27 17:11:31 +0200 |
|---|---|---|
| committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-04-28 20:16:19 +0200 |
| commit | 196ce6225f6eae11d49fe013940db1a89b472a2b (patch) | |
| tree | 149194d29ab96af1e1bc3f3be1c26b35c2d8ebf4 | |
| parent | 3a53380d40a1f9465075b46fba36451116c12ff1 (diff) | |
| download | haskell-196ce6225f6eae11d49fe013940db1a89b472a2b.tar.gz | |
Testsuite: delete accidentally committed .stderr.normalised file
[skip ci]
| -rw-r--r-- | testsuite/tests/rts/T11223/T11223_simple_duplicate_lib.stderr.normalised-mingw32 | 24 |
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 |
