Skip to content

Commit 240b59e

Browse files
committed
updated comment
1 parent 11ef887 commit 240b59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Commands/list-header.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extern int* ptr;
2828
void f(int x);
2929

3030
inline void g(int x) {
31-
*ptr = x; // should raise a SIGILL
31+
*ptr = x; // should crash here
3232
}
3333

3434
#--- foo.cc

0 commit comments

Comments
 (0)