diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-07-13 15:06:08 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-07-13 15:06:08 -0400 |
commit | ddc0a2050b292db4687027401d031d90c2b2cf56 (patch) | |
tree | 7f4c590b3fbf9ac4dcf1d2b92caf86c77a677512 /tests/lang/parse-fail-dup-attrs-7.err.exp | |
parent | a2acd23466108a1a10ed3b6b874c558bd95e7645 (diff) | |
parent | bbc08a11f49ac41d8fa91510bcff269540c310a4 (diff) |
Merge remote-tracking branch 'upstream/master' into best-effort-supplementary-groups
Diffstat (limited to 'tests/lang/parse-fail-dup-attrs-7.err.exp')
-rw-r--r-- | tests/lang/parse-fail-dup-attrs-7.err.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/lang/parse-fail-dup-attrs-7.err.exp b/tests/lang/parse-fail-dup-attrs-7.err.exp new file mode 100644 index 000000000..512a499ca --- /dev/null +++ b/tests/lang/parse-fail-dup-attrs-7.err.exp @@ -0,0 +1,7 @@ +error: attribute 'x' already defined at «stdin»:6:12 + + at «stdin»:7:12: + + 6| inherit x; + 7| inherit x; + | ^ |