Skip to content

Commit e123959

Browse files
committed
[lldb] Remove debugserver specific string from TestAbortExitCode check
The test only checks the exit code that the debug server sends back, but not the following explanation which is different for debugserver and lldb-server.
1 parent 9124fa5 commit e123959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Process/TestAbortExitCode.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ UNSUPPORTED: system-windows
33
RUN: %clang_host %p/Inputs/abort.c -o %t
44
RUN: %lldb %t -o run -o continue | FileCheck %s
55

6-
CHECK: status = 6 (0x00000006) Terminated due to signal 6
6+
CHECK: status = 6 (0x00000006)

0 commit comments

Comments
 (0)