Disable the test harness for the should_panic test

This commit is contained in:
Philipp Oppermann
2019-08-07 11:02:19 +02:00
parent aad98c0611
commit f1ae82b220
2 changed files with 10 additions and 19 deletions

View File

@@ -4,6 +4,10 @@ version = "0.1.0"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
edition = "2018"
[[test]]
name = "should_panic"
harness = false
[dependencies]
bootloader = "0.6.4"
volatile = "0.2.3"