about summary refs log tree commit diff
path: root/src/test/debuginfo
diff options
context:
space:
mode:
authorTyler Mandry <tmandry@gmail.com>2021-04-29 01:02:07 +0000
committerTyler Mandry <tmandry@gmail.com>2021-04-30 04:12:37 +0000
commitf64c45a7d21f69251b05d796ba52a04e6201eefd (patch)
treed83c31b86cd6c35175238cba387ac1223b1fdd02 /src/test/debuginfo
parente282fd045a96793fb060c224887b9807370bd9d1 (diff)
downloadrust-f64c45a7d21f69251b05d796ba52a04e6201eefd.tar.gz
rust-f64c45a7d21f69251b05d796ba52a04e6201eefd.zip
Add needs-run-enabled directive for should-fail tests
I was wary of doing any automatic disabling here, since should-fail
is how we test compiletest itself.
Diffstat (limited to 'src/test/debuginfo')
-rw-r--r--src/test/debuginfo/should-fail.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/debuginfo/should-fail.rs b/src/test/debuginfo/should-fail.rs
index 1e0d22cbce4..eef6d99d2a9 100644
--- a/src/test/debuginfo/should-fail.rs
+++ b/src/test/debuginfo/should-fail.rs
@@ -2,6 +2,7 @@
 
 // == Test [gdb|lldb]-[command|check] are parsed correctly ===
 // should-fail
+// needs-run-enabled
 // compile-flags:-g
 
 // === GDB TESTS ===================================================================================