diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index daf2a8cf9..4596d5310 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1234,6 +1234,7 @@ TESTS = \ semantic/method-main-inline.test \ semantic/method-main-throws.test \ semantic/method-override.test \ + semantic/method-override-no-class.test \ semantic/method-postcondition.test \ semantic/method-precondition.test \ semantic/method-private-abstract.test \ @@ -1249,6 +1250,7 @@ TESTS = \ semantic/method-too-many-type-arguments.test \ semantic/method-virtual.test \ semantic/method-virtual-body.test \ + semantic/method-virtual-no-class-or-interface.test \ semantic/methodcall-field-initializer-throws.test \ semantic/methodcall-invalid-argument-lambda.test \ semantic/methodcall-invocation-invalid.test \ |