Skip to content

Commit

Permalink
revert bad change
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Aug 24, 2023
1 parent 3e67eeb commit 98402c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions quil-rs/src/program/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -709,13 +709,14 @@ impl<'a> ScheduledProgram<'a> {

#[cfg(test)]
mod tests {



use super::*;
use crate::instruction::Pragma;
use crate::program::{MatchedFrames, MemoryAccesses};

#[cfg(feature = "graphviz-dot")]
mod custom_handler {
use super::*;

use crate::instruction::PragmaArgument;
use crate::program::frame::FrameMatchCondition;
use crate::program::graphviz_dot::tests::build_dot_format_snapshot_test_case;
Expand Down

0 comments on commit 98402c4

Please sign in to comment.