xref: /llvm-project/lldb/test/Shell/Error/assert.test (revision 3c95bdf9fa35f0fe2143ea859b624c8f09513adb)
1# REQUIRES: asserts
2# RUN: not --crash lldb-test assert > %t.error 2>&1
3# RUN: cat %t.error | FileCheck %s
4# CHECK: {{lldb_assert failed|lldb-test assert}}
5