diff --git a/Cargo.toml b/Cargo.toml index c38a9b2..fa7d1b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,3 +31,7 @@ test-timeout = 300 # (in seconds) [[test]] name = "should_panic" harness = false + +[[test]] +name = "stack_overflow" +harness = false