summaryrefslogtreecommitdiff
path: root/tests/autodiff/long-while-loop.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/autodiff/long-while-loop.slang')
-rw-r--r--tests/autodiff/long-while-loop.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autodiff/long-while-loop.slang b/tests/autodiff/long-while-loop.slang
index 20d802e2a..c329bd757 100644
--- a/tests/autodiff/long-while-loop.slang
+++ b/tests/autodiff/long-while-loop.slang
@@ -25,7 +25,7 @@ float sin_series(float x, int iterations)
// This differs from ./long-loop.slang in that it uses an equivalent do/while
// loop, this tests checks that induction variables are still correctly identified.
-// CHECK: struct s_bwd_sin_series_Intermediates
+// CHECK: struct s_bwd_prop_sin_series_Intermediates
// CHECK-NOT: int {{[A-Za-z0-9_]+}}[{{.*}}]
// CHECK: }