Author: Michael Buch
Date: 2026-03-21T08:45:53+01:00
New Revision: b3c1098211c8f71800d16b82d5672fb78871a284

URL: 
https://github.com/llvm/llvm-project/commit/b3c1098211c8f71800d16b82d5672fb78871a284
DIFF: 
https://github.com/llvm/llvm-project/commit/b3c1098211c8f71800d16b82d5672fb78871a284.diff

LOG: [lldb][test] PlatformTest: fix comment

Added: 
    

Modified: 
    lldb/unittests/Platform/PlatformTest.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/unittests/Platform/PlatformTest.cpp 
b/lldb/unittests/Platform/PlatformTest.cpp
index 8664920c3220c..3f46353e1bcb8 100644
--- a/lldb/unittests/Platform/PlatformTest.cpp
+++ b/lldb/unittests/Platform/PlatformTest.cpp
@@ -168,7 +168,7 @@ TEST_F(PlatformTest, CreateUnknown) {
   ASSERT_EQ(list.GetOrCreate("dummy"), nullptr);
 }
 
-// TestingProperties are only available in non-asserts builds.
+// TestingProperties are only available in asserts builds.
 #ifndef NDEBUG
 struct PlatformLocateSafePathTest : public PlatformTest {
 protected:


        
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to