Skip to content

Commit

Permalink
Rename ecdsa-crucible.saw to ecdsa.saw.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Huffman committed Jan 27, 2021
1 parent ac00719 commit b65ec25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion intTests/test_ecdsa/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e
mkdir -p tmp
cp -r ../../examples/ecdsa/* tmp
cd tmp
${SAW} -j ecdsa.jar ecdsa-crucible.saw
${SAW} -j ecdsa.jar ecdsa.saw
cd ..
rm -r tmp

0 comments on commit b65ec25

Please sign in to comment.