summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2019-02-11 12:21:38 -0500
committerGitHub <noreply@github.com>2019-02-11 12:21:38 -0500
commit44bd4b573bc0cc4fe8c9e4234af0e2883d724381 (patch)
tree2a9f78b6bdbbbaf4183f8ce214c8e775f85a8726 /tests
parente13fdd8fe19f248a925232e918501f55dafa40d8 (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.expected2
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 = {
}