[lldb][NFC] Make TestStats.py not an inline test
authorRaphael Isemann <teemperor@gmail.com>
Sat, 7 Mar 2020 02:42:20 +0000 (18:42 -0800)
committerRaphael Isemann <teemperor@gmail.com>
Sat, 7 Mar 2020 02:47:59 +0000 (18:47 -0800)
commit6bbdecc5cf8096148df4726245f3bc60e464c76b
tree13f7baf71a014e5bb313ff82a4c97a591a8f8108
parent8f7c911b58813908da7fa99c7c1a8e7ca1a58213
[lldb][NFC] Make TestStats.py not an inline test

There is still the bug that empty lines seem to skip any following expressions
and it makes it harder to commend between all the comments. Let's make this
a normal test instead which is just slightly more verbose but can be properly
formatted.
lldb/test/API/commands/statistics/basic/Makefile [new file with mode: 0644]
lldb/test/API/commands/statistics/basic/TestStats.py
lldb/test/API/commands/statistics/basic/main.c