Skip to content

Commit

Permalink
Updated output
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Vasilevsky committed Dec 16, 2024
1 parent ecdc8f2 commit 42c1f30
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions samples_test/src/tests/algorithms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,10 @@ pub const SHOR_EXPECT_DEBUG: Expect = expect![[r#"
Found factor=13
Found factorization 143 = 13 * 11
(13, 11)"#]];
pub const SIMPLEISING_EXPECT: Expect = expect![[r#"
Something.
Something"#]];
pub const SIMPLEISING_EXPECT_DEBUG: Expect = expect![[r#"
Something.
Something"#]];
pub const SIMPLEISING_EXPECT: Expect =
expect!["[Zero, Zero, Zero, One, One, Zero, One, One, Zero]"];
pub const SIMPLEISING_EXPECT_DEBUG: Expect =
expect!["[Zero, Zero, Zero, One, One, Zero, One, One, Zero]"];
pub const SUPERDENSECODING_EXPECT: Expect = expect!["((false, true), (false, true))"];
pub const SUPERDENSECODING_EXPECT_DEBUG: Expect = expect!["((false, true), (false, true))"];
pub const SUPERPOSITION_EXPECT: Expect = expect!["Zero"];
Expand Down

0 comments on commit 42c1f30

Please sign in to comment.