You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automerge: [lldb][test] Move std::function from libcxx to generic directory (#147701)
This just moves the test from `libcxx` to `generic`. There are currently
no `std::function` formatters for libstdc++ so I didn't add a test-case
for it.
Split out from llvm/llvm-project#146740
Copy file name to clipboardExpand all lines: lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/function/TestDataFormatterStdFunction.py
+12-10Lines changed: 12 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,13 @@
2
2
Test lldb data formatter subsystem.
3
3
"""
4
4
5
-
6
5
importlldb
7
6
fromlldbsuite.test.decoratorsimport*
8
7
fromlldbsuite.test.lldbtestimport*
9
8
fromlldbsuite.testimportlldbutil
10
9
11
10
12
-
classLibCxxFunctionTestCase(TestBase):
11
+
classStdFunctionTestCase(TestBase):
13
12
# Run frame var for a variable twice. Verify we do not hit the cache
0 commit comments