2 Test that backticks without a target should work (not infinite looping).
8 from lldbsuite.test.decorators import *
9 from lldbsuite.test.lldbtest import *
10 from lldbsuite.test import lldbutil
13 class BackticksWithNoTargetTestCase(TestBase):
15 mydir = TestBase.compute_mydir(__file__)
18 def test_backticks_no_target(self):
19 """A simple test of backticks without a target."""
20 self.expect("print `1+2-3`",