Skip to content

Commit 42a608e

Browse files
committed
fixup! add more test cases
1 parent 8e57954 commit 42a608e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lldb/test/Shell/Expr/TestExprLanguageNote.test

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ expr -l c++17 -- x = 5
6464
# CHECK-TARGET: (lldb) expr
6565
# CHECK-TARGET-NOT: note:
6666

67+
expr x = 5
68+
69+
# CHECK-TARGET: (lldb) expr
70+
# CHECK-TARGET-NOT: note:
71+
6772
#--- no-target.input
6873

6974
expr blah
@@ -75,3 +80,8 @@ expr -l c++ -- 1 + 1
7580

7681
# CHECK-NO-TARGET: (lldb) expr
7782
# 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

Comments
 (0)