summaryrefslogtreecommitdiff
path: root/tests/serialization/obfuscated-module-check-loc.slang.3.expected
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2023-04-24 12:43:48 -0400
committerGitHub <noreply@github.com>2023-04-24 12:43:48 -0400
commitfbe37ea6d90f7bfe18506b042657c6e533eaf9b2 (patch)
tree3ba92ecef38e5e4518bfb31e982573fbfe5fa661 /tests/serialization/obfuscated-module-check-loc.slang.3.expected
parentcef7a478de583cdd4825d642f055a90948b833bc (diff)
Fix issue with Obfuscated hash (#2834)
* #include an absolute path didn't work - because paths were taken to always be relative. * Remove legacy container writing. Test using module without source map. * Change hashing for obfuscated source map such that takes into account different line endings.
Diffstat (limited to 'tests/serialization/obfuscated-module-check-loc.slang.3.expected')
-rw-r--r--tests/serialization/obfuscated-module-check-loc.slang.3.expected2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/serialization/obfuscated-module-check-loc.slang.3.expected b/tests/serialization/obfuscated-module-check-loc.slang.3.expected
index 94f740eb5..3219cce77 100644
--- a/tests/serialization/obfuscated-module-check-loc.slang.3.expected
+++ b/tests/serialization/obfuscated-module-check-loc.slang.3.expected
@@ -1,6 +1,6 @@
result code = -1
standard error = {
-bc65f637-obfuscated(6): error 40020: loop does not terminate within the limited number of iterations, unrolling is aborted.
+cae4a81b-obfuscated(2): error 40020: loop does not terminate within the limited number of iterations, unrolling is aborted.
}
standard output = {
}