diff --git a/tests/compiler/core/unstable_blake2s.leo b/tests/compiler/core/unstable_blake2s.leo index 1229f457c4..6776d8a6ea 100644 --- a/tests/compiler/core/unstable_blake2s.leo +++ b/tests/compiler/core/unstable_blake2s.leo @@ -1,14 +1,12 @@ -/* -namespace: Compile -expectation: Pass -inputs: - - blake.in: | - [main] - message: [u8; 32] = [0; 32]; +// namespace: Compile +// expectation: Pass +// inputs: +// - blake.in: | +// [main] +// message: [u8; 32] = [0; 32]; - [registers] - r0: [u8; 32] = [0; 32]; -*/ +// [registers] +// r0: [u8; 32] = [0; 32]; import core.unstable.blake2s.Blake2s; diff --git a/tests/expectations/compiler/compiler/core/unstable_blake2s.leo.out b/tests/expectations/compiler/compiler/core/unstable_blake2s.leo.out deleted file mode 100644 index 81da568ba8..0000000000 --- a/tests/expectations/compiler/compiler/core/unstable_blake2s.leo.out +++ /dev/null @@ -1,18 +0,0 @@ ---- -namespace: Compile -expectation: Pass -outputs: - - circuit: - num_public_variables: 0 - num_private_variables: 20168 - num_constraints: 20472 - at: 43b5f7bd5efbf13ae0684e3c506e5e28866ce7a29f5d6b1442925913bb07a73b - bt: 4d435c1eac471fb7b40b0d83503e2aa13f49db68fc71d64be84ddc9cb053a15d - ct: 33c36c0f947a6a63e03a8c09ebd13a98bcfb1af4a47982f5a765d1490b99f374 - output: - - input_file: blake.in - output: - registers: - r0: - type: "[u8; 32]" - value: "[213, 24, 235, 180, 216, 116, 28, 65, 88, 162, 204, 6, 23, 8, 66, 112, 214, 239, 242, 134, 165, 39, 172, 247, 65, 130, 155, 2, 97, 147, 14, 57]"