diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2023-05-17 22:40:53 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2023-05-17 22:40:53 +0200 |
commit | def1415ee1f35e4615adfd1c503fc445bbbbe02b (patch) | |
tree | 73b1c0f8e3f4c00a568e0b3a2cd9e6683e8a7ed7 /tests/Makefile.am | |
parent | 6abafafe48f304cb04cb1fde604b282cbb6fcffb (diff) | |
download | vala-main.tar.gz |
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 \ |