diff options
| author | Yong He <yonghe@outlook.com> | 2023-04-12 22:58:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-12 22:58:22 -0700 |
| commit | ca7bf79df3a3f5f4494912cb0572c36662755b9d (patch) | |
| tree | 64b14034326be8285c0265e74ad3ed11e29ff062 /tests/diagnostics | |
| parent | 12ec9b832fc74faba7162e54e04f7f48878ea88e (diff) | |
Combine lookupWitness lowering with specialization. (#2794)
Diffstat (limited to 'tests/diagnostics')
| -rw-r--r-- | tests/diagnostics/no-type-conformance.slang.expected | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/diagnostics/no-type-conformance.slang.expected b/tests/diagnostics/no-type-conformance.slang.expected index bc38fa7f1..5f5eda6af 100644 --- a/tests/diagnostics/no-type-conformance.slang.expected +++ b/tests/diagnostics/no-type-conformance.slang.expected @@ -1,8 +1,8 @@ result code = -1 standard error = { -tests/diagnostics/no-type-conformance.slang(4): error 50100: No type conformances are found for interface 'IFoo'. Code generation for current target requires at least one implementation type present in the linkage. -interface IFoo - ^~~~ +tests/diagnostics/no-type-conformance.slang(12): error 50100: No type conformances are found for interface 'IFoo'. Code generation for current target requires at least one implementation type present in the linkage. + obj.get(); + ^ } standard output = { } |
