diff options
author | Adrian Prantl <aprantl@apple.com> | 2019-11-15 16:25:46 -0800 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2019-11-15 16:27:14 -0800 |
commit | 0304360a40b45ffcbb040596d2a01733c0103455 (patch) | |
tree | ca756660dced21f62c168a3eeb74c2078fe6ec55 /lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/umbrella.h | |
parent | d295087639a824d1c0a29868bab1860afe657eaf (diff) | |
download | bcm5719-llvm-0304360a40b45ffcbb040596d2a01733c0103455.tar.gz bcm5719-llvm-0304360a40b45ffcbb040596d2a01733c0103455.zip |
Add a testcase for Clang modules being updated within one LLDB session.
This actually works as expected, but wasn't explicitly tested before.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/umbrella.h')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/umbrella.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/umbrella.h b/lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/umbrella.h new file mode 100644 index 00000000000..375d3ea2a04 --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/umbrella.h @@ -0,0 +1 @@ +@import Foo; |