diff options
author | Tamar Christina <tamar@zhox.com> | 2019-09-08 23:11:19 +0100 |
---|---|---|
committer | Tamar Christina <tamar@zhox.com> | 2019-10-20 16:21:10 +0100 |
commit | 4b431f334018eaef2cf36de3316025c68c922915 (patch) | |
tree | 7f85d5a1a6bc6d39e9a8c51fe33904ff61461a7e /testsuite/tests/rts | |
parent | c4c9904b324736dc5d190a91418e8d8f564d4104 (diff) | |
download | haskell-4b431f334018eaef2cf36de3316025c68c922915.tar.gz |
Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit.
Diffstat (limited to 'testsuite/tests/rts')
-rw-r--r-- | testsuite/tests/rts/linker/linker_error.c | 2 | ||||
-rw-r--r-- | testsuite/tests/rts/linker/linker_unload.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rts/linker/linker_error.c b/testsuite/tests/rts/linker/linker_error.c index 264c95d710..aad83686b0 100644 --- a/testsuite/tests/rts/linker/linker_error.c +++ b/testsuite/tests/rts/linker/linker_error.c @@ -1,7 +1,7 @@ #include "ghcconfig.h" +#include "Rts.h" #include <stdio.h> #include <stdlib.h> -#include "Rts.h" #if defined(mingw32_HOST_OS) #include <malloc.h> #endif diff --git a/testsuite/tests/rts/linker/linker_unload.c b/testsuite/tests/rts/linker/linker_unload.c index acf41cb86c..159570314a 100644 --- a/testsuite/tests/rts/linker/linker_unload.c +++ b/testsuite/tests/rts/linker/linker_unload.c @@ -1,7 +1,7 @@ #include "ghcconfig.h" +#include "Rts.h" #include <stdio.h> #include <stdlib.h> -#include "Rts.h" #include <string.h> #define ITERATIONS 1000 |