]> 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:39:50 +0000 (09:39 +0200)
tests/Makefile.am
tests/parser/yield-return-invalid.test [moved from tests/parser/yield-return.test with 100% similarity]

index 031b81b3e3bb8e5b704c07c3b5f82bb3450887e8..6c2c8b77cd0f6822c8b283ae2d3020745ea3199b 100644 (file)
@@ -910,7 +910,7 @@ TESTS = \
        parser/with-no-block.test \
        parser/with-no-expression.test \
        parser/yield-method.test \
-       parser/yield-return.test \
+       parser/yield-return-invalid.test \
        parser/yield-return.vala \
        parser/bug728574.vala \
        parser/bug749576.vala \