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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2020-05-21 15:42:00 +0300
committerGitHub <noreply@github.com>2020-05-21 15:42:00 +0300
commit5780105febb3018552f797fee40f7d60edcd594b (patch)
tree313a7a902961363f10267fa4fc1554f92cd419e9 /test/Mono.Linker.Tests/TestCasesRunner/ResultChecker.cs
parent7d149f673b921ecc23372a5741082c9cd0a6b70a (diff)
Implement a couple more dataflow intrinsics (#1195)
* `Type.GetNestedType` - should be straighforward * `TypeDelegator..ctor` - this is used in CoreLib - we should just treat it as identity so that we don't lose dataflow annotations * `object.GetType` - I specifically need the delegate part for `CoreLib`; the rest of the behavior is nice to have but I don't expect it to kick in too often.
Diffstat (limited to 'test/Mono.Linker.Tests/TestCasesRunner/ResultChecker.cs')
-rw-r--r--test/Mono.Linker.Tests/TestCasesRunner/ResultChecker.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Mono.Linker.Tests/TestCasesRunner/ResultChecker.cs b/test/Mono.Linker.Tests/TestCasesRunner/ResultChecker.cs
index a7bcddafc..4c23d4983 100644
--- a/test/Mono.Linker.Tests/TestCasesRunner/ResultChecker.cs
+++ b/test/Mono.Linker.Tests/TestCasesRunner/ResultChecker.cs
@@ -916,4 +916,4 @@ namespace Mono.Linker.Tests.TestCasesRunner
return false;
}
}
-} \ No newline at end of file
+}