blob: 0a34ce2153ecae2990b8078d8f523270aea5c2a8 (
plain)
1
2
3
4
5
6
7
8
9
|
test "thingy" {}
test "thingy" {}
// error
// is_test=true
//
// :1:6: error: duplicate test name 'thingy'
// :2:6: note: duplicate test here
// :1:1: note: struct declared here
|