commit 987ceb7928c8ec2b3d191963a87c6d9f4a383816
parent 54790823df08e5a59dc080e59b70ecbbd433060c
Author: Armin Weigl <tb46305@gmail.com>
Date: Thu, 8 Sep 2022 07:16:31 +0200
tests/34-declarations: remove duplicate tests
Signed-off-by: Armin Weigl <tb46305@gmail.com>
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/tests/34-declarations.ha b/tests/34-declarations.ha
@@ -208,8 +208,6 @@ fn reject() void = {
let failures = [
"type a = b; type b = a;",
"type a = [20]a;",
- "type a = b; type b = a;",
- "type a = [20]a;",
"type a = unknown;",
"def x: int = 6; type a = x;",
"type a = int; type a = str;",