Skip to content

Commit 1673201

Browse files
committed
test: regenerate all snapshots & delete snapshots that lost their tests
1 parent 4ab9d39 commit 1673201

File tree

64 files changed

+27
-2139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+27
-2139
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: quil-rs/src/instruction/calibration.rs
3-
expression: measure_cal_def.to_string()
3+
expression: measure_cal_def.to_quil_or_debug()
44
---
55
DEFCAL MEASURE 0 theta:
66
X(%theta) 0
7-
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: quil-rs/src/instruction/calibration.rs
3-
expression: measure_cal_def.to_string()
3+
expression: measure_cal_def.to_quil_or_debug()
44
---
55
DEFCAL MEASURE q theta:
66
X(%theta) q
7-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
source: quil-rs/src/instruction/declaration.rs
3-
expression: declaration.to_string()
3+
expression: declaration.to_quil_or_debug()
44
---
55
DECLARE ro BIT[1]
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
source: quil-rs/src/instruction/declaration.rs
3-
expression: declaration.to_string()
3+
expression: declaration.to_quil_or_debug()
44
---
55
DECLARE ro REAL[3] SHARING bar OFFSET 4 BIT 5 BIT
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
source: quil-rs/src/instruction/declaration.rs
3-
expression: declaration.to_string()
3+
expression: declaration.to_quil_or_debug()
44
---
55
DECLARE ro INTEGER[2] SHARING foo

quil-rs/src/program/scheduling/snapshots/quil_rs__program__scheduling__graph__graphviz_dot_tests__custom_handler__mixed_pragmas_and_pulses.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: quil-rs/src/program/graph.rs
2+
source: quil-rs/src/program/scheduling/graph.rs
33
expression: dot_format
44
---
55
digraph {
@@ -65,4 +65,3 @@ timing"];
6565
"block_0_end" [shape=circle, label="end"];
6666
}
6767
}
68-

quil-rs/src/program/scheduling/snapshots/quil_rs__program__scheduling__graph__graphviz_dot_tests__custom_handler__only_pragmas_with_frames.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: quil-rs/src/program/graph.rs
2+
source: quil-rs/src/program/scheduling/graph.rs
33
expression: dot_format
44
---
55
digraph {
@@ -39,4 +39,3 @@ timing"];
3939
"block_0_end" [shape=circle, label="end"];
4040
}
4141
}
42-

quil-rs/src/program/scheduling/snapshots/quil_rs__program__scheduling__graph__graphviz_dot_tests__custom_handler__only_pragmas_without_frames.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: quil-rs/src/program/graph.rs
2+
source: quil-rs/src/program/scheduling/graph.rs
33
expression: dot_format
44
---
55
digraph {
@@ -29,4 +29,3 @@ timing"];
2929
"block_0_end" [shape=circle, label="end"];
3030
}
3131
}
32-

quil-rs/src/program/scheduling/snapshots/quil_rs__program__scheduling__graphviz_dot__tests__graph__blocking_2q_pulse.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: src/program/graphviz_dot.rs
2+
source: quil-rs/src/program/scheduling/graphviz_dot.rs
33
expression: dot_format
44
---
55
digraph {
@@ -33,4 +33,3 @@ timing"];
3333
"block_0_end" [shape=circle, label="end"];
3434
}
3535
}
36-

quil-rs/src/program/scheduling/snapshots/quil_rs__program__scheduling__graphviz_dot__tests__graph__blocking_pulses_after_nonblocking.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: src/program/graphviz_dot.rs
2+
source: quil-rs/src/program/scheduling/graphviz_dot.rs
33
expression: dot_format
44
---
55
digraph {
@@ -35,4 +35,3 @@ timing"];
3535
"block_0_end" [shape=circle, label="end"];
3636
}
3737
}
38-

0 commit comments

Comments
 (0)