We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19756bc + 626df23 commit 7083de2Copy full SHA for 7083de2
lldb/test/Shell/Expr/TestObjCIDCast.test
@@ -3,7 +3,7 @@
3
// RUN: %clangxx_host %p/Inputs/objc-cast.cpp -g -o %t
4
// RUN: %lldb %t \
5
// RUN: -o "b main" -o run -o "expression --language objc -- *(id)0x1" \
6
-// RUN: -b 2>&1 | FileCheck %s
+// RUN: 2>&1 | FileCheck %s
7
8
// CHECK: (lldb) expression --language objc -- *(id)0x1
9
// CHECK: error: Couldn't apply expression side effects : Couldn't dematerialize a result variable: couldn't read its memory
0 commit comments