Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
invalid_duplicate_test_decl_name.zig
pretty
plain
permalink
blame
history
•
9 lines
•
179 B
1
test "thingy" {}
2
test "thingy" {}
3
4
// error
5
// is_test=true
6
//
7
// :1:6: error: duplicate test name 'thingy'
8
// :2:6: note: duplicate test here
9
// :1:1: note: struct declared here