Merge "Add semantic analysis of "#pragma rs reduce" script functions."
diff --git a/tests/P_warnings_deprecated/stderr.txt.expect b/tests/P_warnings_deprecated/stderr.txt.expect
index 94ff955..8f337f2 100644
--- a/tests/P_warnings_deprecated/stderr.txt.expect
+++ b/tests/P_warnings_deprecated/stderr.txt.expect
@@ -1,4 +1,4 @@
 deprecated.rs:9:9: warning: 'rsClamp' is deprecated: Use clamp() instead.
-../../../../../frameworks/rs/scriptc/rs_math.rsh:4109:5: note: 'rsClamp' has been explicitly marked deprecated here
+../../../../../frameworks/rs/scriptc/rs_math.rsh:6314:5: note: 'rsClamp' has been explicitly marked deprecated here
 deprecated.rs:10:8: warning: 'rsGetAllocation' is deprecated: This function is deprecated and will be removed from the SDK in a future release.
 ../../../../../frameworks/rs/scriptc/rs_object_info.rsh:381:5: note: 'rsGetAllocation' has been explicitly marked deprecated here