2 Test calling an expression without a target.
7 from lldbsuite
.test
.decorators
import *
8 from lldbsuite
.test
.lldbtest
import *
9 from lldbsuite
.test
import lldbutil
12 class TestCalculatorMode(TestBase
):
13 NO_DEBUG_INFO_TESTCASE
= True
15 def test__calculator_mode(self
):
16 """Test calling expressions in the dummy target."""
19 "11 + 22 didn't get the expected result",
22 # Now try it with a specific language:
24 "expression -l c -- 11 + 22",
25 "11 + 22 didn't get the expected result",