]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Rename invalid yield-return test to avoid conflict
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 17 Oct 2021 07:15:58 +0000 (09:15 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 19 Oct 2021 07:48:22 +0000 (09:48 +0200)
tests/Makefile.am
tests/parser/yield-return-invalid.test [moved from tests/parser/yield-return.test with 100% similarity]

index c40ec0c75d71c64858bfe5d9c06c7bbf8e8044a4..bdd0bd4bf4e0586383e472c5862430c953cb47f5 100644 (file)
@@ -879,7 +879,7 @@ TESTS = \
        parser/using-directive.vala \
        parser/using-invalid-namespace.test \
        parser/yield-method.test \
-       parser/yield-return.test \
+       parser/yield-return-invalid.test \
        parser/yield-return.vala \
        parser/bug728574.vala \
        parser/bug749576.vala \