diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-02-11 12:21:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-11 12:21:38 -0500 |
| commit | 44bd4b573bc0cc4fe8c9e4234af0e2883d724381 (patch) | |
| tree | 2a9f78b6bdbbbaf4183f8ce214c8e775f85a8726 /tests | |
| parent | e13fdd8fe19f248a925232e918501f55dafa40d8 (diff) | |
* Use LayoutResourceKind for calcing total num regs used (#838)
* Made diagnostic message more compliant + fixed test output
* Typo fixes
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/diagnostics/single-shader-record.slang.expected | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/diagnostics/single-shader-record.slang.expected b/tests/diagnostics/single-shader-record.slang.expected index 1e80ed758..5d843c2e6 100644 --- a/tests/diagnostics/single-shader-record.slang.expected +++ b/tests/diagnostics/single-shader-record.slang.expected @@ -1,6 +1,6 @@ result code = -1 standard error = { -(0): error 39017: Can have at most one 'shader record' attributed constant buffer found 2. +(0): error 39017: can have at most one 'shader record' attributed constant buffer; found 2. } standard output = { } |
