Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2018-12-09 16:05:45 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-12-09 16:05:45 +0300
commitfd424c5dd07b2dbbd4aafbf9165a42166d789438 (patch)
treef5eb5fa76f99a9167a7d980029f62b3056d42c34 /acceptance-tests/SUBMODULES.json
parent2cdcf190afee44eaa82bc4b31eb72fe56204b281 (diff)
[corlib] Import System.IO.TextWriter/StreamWriter from CoreFX (#11783)
* [corlib] Import System.IO.TextWriter/StreamWriter from CoreFX * Adjust a Mono test. According to CoreFX TextWriter sources, CoreNewLine should only be used for read-only purposes. * Bump CoreCLR for bug fix on test which becomes much flakier apparently with this patch * Bump corefx * Bump API snapshot submodule * [csproj] Update project files
Diffstat (limited to 'acceptance-tests/SUBMODULES.json')
-rw-r--r--acceptance-tests/SUBMODULES.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance-tests/SUBMODULES.json b/acceptance-tests/SUBMODULES.json
index 239bfce29d9..e6ee905f770 100644
--- a/acceptance-tests/SUBMODULES.json
+++ b/acceptance-tests/SUBMODULES.json
@@ -10,7 +10,7 @@
{
"name": "coreclr",
"url": "git://github.com/mono/coreclr.git",
- "rev": "f3d9c9f742f9dcb5faf40080db5e7f464dab7e7c",
+ "rev": "1e8d7a94155a04a6556a7ae9ef8dc5841b3ab206",
"remote-branch": "origin/mono",
"branch": "mono",
"directory": "coreclr"