Skip to content
Snippets Groups Projects
Commit cd494d34 authored by scott snyder's avatar scott snyder
Browse files

AthenaPoolExampleAlgorithms: Reference file comparison fix.

Fix for address blinding in reference file comparison.


Former-commit-id: df526dae
parent 735d1e0d
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ s/^.*Py:Athena /Athena /g ...@@ -17,7 +17,7 @@ s/^.*Py:Athena /Athena /g
s/fffffffff/f/g s/fffffffff/f/g
s/000000000/0/g s/000000000/0/g
s/INFO CLID = 222376821, key = Stream[12]/INFO CLID = 222376821, key = StreamX/g s/INFO CLID = 222376821, key = Stream[12]/INFO CLID = 222376821, key = StreamX/g
s/0x[0-9a-f]\\\\{8\\\\}/0x????/g s/0x[0-9a-f]\\\\{7,8\\\\}/0x????/g
EOF EOF
# Ordering sensitivities # Ordering sensitivities
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment