Skip to content

Commit

Permalink
[lldb][NFC] Remove unnecessary constructors from invalid-args tests
Browse files Browse the repository at this point in the history
llvm-svn: 370719
  • Loading branch information
Teemperor committed Sep 3, 2019
1 parent b78900e commit 253eecf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ class InvalidArgsExpressionTestCase(TestBase):

mydir = TestBase.compute_mydir(__file__)

def setUp(self):
TestBase.setUp(self)

@no_debug_info_test
def test_invalid_lang(self):
self.expect("expression -l foo --", error=True,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ class InvalidArgsLogTestCase(TestBase):

mydir = TestBase.compute_mydir(__file__)

def setUp(self):
TestBase.setUp(self)

@no_debug_info_test
def test_enable_empty(self):
self.expect("log enable", error=True,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ class ReproducerTestCase(TestBase):

mydir = TestBase.compute_mydir(__file__)

def setUp(self):
TestBase.setUp(self)

@no_debug_info_test
def test_reproducer_generate_invalid_invocation(self):
self.expect("reproducer generate f", error=True,
Expand Down

0 comments on commit 253eecf

Please sign in to comment.