summaryrefslogtreecommitdiff
path: root/tests/diagnostics/interface-requirement-not-satisfied.slang.expected
blob: 464ffde25e2c226433da97a4281e1f1614d470c7 (plain)
1
2
3
4
5
6
7
8
9
result code = -1
standard error = {
tests/diagnostics/interface-requirement-not-satisfied.slang(10): error 38100: type 'T' does not provide required interface member 'bar'
struct T : IFoo
           ^~~~
tests/diagnostics/interface-requirement-not-satisfied.slang(7): note: see declaration of 'bar'
}
standard output = {
}