Skip to content

Commit

Permalink
perf(test): Remove super slow try-build test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ferdinand committed Sep 4, 2024
1 parent 7022967 commit 65545fe
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ strum = { version = "0.26", features = ["derive"] }
syn = "2.0"
test-strategy = "0.4.0"
thiserror = "1.0"
trybuild = "1.0"
twenty-first = "0.42.0-alpha.9"
unicode-width = "0.1"

Expand Down
1 change: 0 additions & 1 deletion triton-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ proptest.workspace = true
proptest-arbitrary-interop.workspace = true
serde_json.workspace = true
test-strategy.workspace = true
trybuild.workspace = true

[build-dependencies]
air.workspace = true
Expand Down
7 changes: 0 additions & 7 deletions triton-vm/src/profiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -671,16 +671,9 @@ mod tests {
use std::time::Duration;

use test_strategy::proptest;
use trybuild;

use super::*;

#[test]
fn profiler_macro_is_private() {
let trybuild = trybuild::TestCases::new();
trybuild.compile_fail("trybuild/profiler_macro_is_private.rs");
}

#[test]
fn sanity() {
let mut profiler = VMPerformanceProfiler::new("Sanity Test");
Expand Down
3 changes: 0 additions & 3 deletions triton-vm/trybuild/profiler_macro_is_private.rs

This file was deleted.

11 changes: 0 additions & 11 deletions triton-vm/trybuild/profiler_macro_is_private.stderr

This file was deleted.

0 comments on commit 65545fe

Please sign in to comment.