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.
1 parent 8e57954 commit 42a608eCopy full SHA for 42a608e
lldb/test/Shell/Expr/TestExprLanguageNote.test
@@ -64,6 +64,11 @@ expr -l c++17 -- x = 5
64
# CHECK-TARGET: (lldb) expr
65
# CHECK-TARGET-NOT: note:
66
67
+expr x = 5
68
+
69
+# CHECK-TARGET: (lldb) expr
70
+# CHECK-TARGET-NOT: note:
71
72
#--- no-target.input
73
74
expr blah
@@ -75,3 +80,8 @@ expr -l c++ -- 1 + 1
75
80
76
81
# CHECK-NO-TARGET: (lldb) expr
77
82
# CHECK-NO-TARGET-NOT: note:
83
84
+expr 1 + 1
85
86
+# CHECK-NO-TARGET: (lldb) expr
87
+# CHECK-NO-TARGET-NOT: note:
0 commit comments