Skip to content

Commit 7083de2

Browse files
authored
Merge pull request #8899 from Michael137/lldb/crash/get-complete-objc-type-to-next
[lldb][test] TestObjCIDCast.test: remove batch mode This caused the error running the expression to propagate and mark the test as failed
2 parents 19756bc + 626df23 commit 7083de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Expr/TestObjCIDCast.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %clangxx_host %p/Inputs/objc-cast.cpp -g -o %t
44
// RUN: %lldb %t \
55
// RUN: -o "b main" -o run -o "expression --language objc -- *(id)0x1" \
6-
// RUN: -b 2>&1 | FileCheck %s
6+
// RUN: 2>&1 | FileCheck %s
77

88
// CHECK: (lldb) expression --language objc -- *(id)0x1
99
// CHECK: error: Couldn't apply expression side effects : Couldn't dematerialize a result variable: couldn't read its memory

0 commit comments

Comments
 (0)