summaryrefslogtreecommitdiff
path: root/tests/diagnostics/autodiff.slang.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/diagnostics/autodiff.slang.expected')
-rw-r--r--tests/diagnostics/autodiff.slang.expected3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/diagnostics/autodiff.slang.expected b/tests/diagnostics/autodiff.slang.expected
index 952503d1c..d075b9406 100644
--- a/tests/diagnostics/autodiff.slang.expected
+++ b/tests/diagnostics/autodiff.slang.expected
@@ -1,8 +1,5 @@
result code = -1
standard error = {
-tests/diagnostics/autodiff.slang(16): error 30510: loops inside a differentiable function need to provide either '[MaxIters(n)]' or '[ForceUnroll]' attribute.
- for (int i = 0; i < (int)x; i++)
- ^~~
tests/diagnostics/autodiff.slang(35): error 38031: 'no_diff' can only be used to decorate a call.
float x1 = no_diff x; // invalid use of no_diff here.
^~~~~~~