[all-commits] [llvm/llvm-project] f819d2: [lldb] Delete useless assertion
Pavel Labath via All-commits
all-commits at lists.llvm.org
Wed Jul 15 06:49:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f819d257982e6c3f1fb57de4252b46bdfaa9415a
https://github.com/llvm/llvm-project/commit/f819d257982e6c3f1fb57de4252b46bdfaa9415a
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M lldb/unittests/TestingSupport/TestUtilities.cpp
Log Message:
-----------
[lldb] Delete useless assertion
It served a puprose while we were using the test name to provide a name
for the created file. Now that the files are created in memory, we don't
need that.
More information about the All-commits
mailing list