Author: Jonas Devlieghere
Date: 2021-03-19T14:31:56-07:00
New Revision: cdac60107db9f04b27077379259678adf6f03617

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

LOG: [lldb] Update assert.test to be less strict

Be less strict when checking for the assert substring.

Added: 
    

Modified: 
    lldb/test/Shell/Error/assert.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Error/assert.test 
b/lldb/test/Shell/Error/assert.test
index 109795f6e8de..92ccd134b92d 100644
--- a/lldb/test/Shell/Error/assert.test
+++ b/lldb/test/Shell/Error/assert.test
@@ -1,4 +1,4 @@
 # REQUIRES: asserts
 # RUN: not --crash lldb-test assert > %t.error 2>&1
 # RUN: cat %t.error | FileCheck %s
-# CHECK: Assertion failed: (false && "lldb_assert failed")
+# CHECK: "lldb_assert failed"


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to