summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS/tests/t_cmd_dumpobj.py
diff options
context:
space:
mode:
authorWes Haggard <weshaggard@users.noreply.github.com>2018-03-30 11:59:39 -0700
committerGitHub <noreply@github.com>2018-03-30 11:59:39 -0700
commitf5720eea7e7ada0bc0f6ba05a3825c73871a8b81 (patch)
treea43d3016ce6dbe8024d171bd4dd9b9a90c3684c9 /src/ToolBox/SOS/tests/t_cmd_dumpobj.py
parentd845ef1c33f0283d18541714ad9469a7b1a559e6 (diff)
parent3365ac5efe5d6a7ea965ed1d17a5dd5474a033a5 (diff)
downloadcoreclr-f5720eea7e7ada0bc0f6ba05a3825c73871a8b81.tar.gz
coreclr-f5720eea7e7ada0bc0f6ba05a3825c73871a8b81.tar.bz2
coreclr-f5720eea7e7ada0bc0f6ba05a3825c73871a8b81.zip
Merge pull request #17347 from weshaggard/MergeMaster21
[release/2.1] Merge master to release/2.1
Diffstat (limited to 'src/ToolBox/SOS/tests/t_cmd_dumpobj.py')
-rw-r--r--src/ToolBox/SOS/tests/t_cmd_dumpobj.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ToolBox/SOS/tests/t_cmd_dumpobj.py b/src/ToolBox/SOS/tests/t_cmd_dumpobj.py
index 93f32cd9ab..a6f2e3934c 100644
--- a/src/ToolBox/SOS/tests/t_cmd_dumpobj.py
+++ b/src/ToolBox/SOS/tests/t_cmd_dumpobj.py
@@ -1,3 +1,7 @@
+# Licensed to the .NET Foundation under one or more agreements.
+# The .NET Foundation licenses this file to you under the MIT license.
+# See the LICENSE file in the project root for more information.
+
import lldb
import re
import testutils as test