about summary refs log tree commit diff
path: root/src/test/debuginfo/function-prologue-stepping-no-stack-check.rs
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2014-10-09 16:31:03 +0200
committerMichael Woerister <michaelwoerister@posteo>2014-10-22 10:47:45 +0200
commit47e8cf76977d7a46ea2aed512c35b175e44815a9 (patch)
treeeaf45b5cb275922fcaa275ea96ea66b0c6c78aa5 /src/test/debuginfo/function-prologue-stepping-no-stack-check.rs
parentc29a7520e7fb4a5b4d4eccfc594e05793ef6688d (diff)
downloadrust-47e8cf76977d7a46ea2aed512c35b175e44815a9.tar.gz
rust-47e8cf76977d7a46ea2aed512c35b175e44815a9.zip
debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being available
Diffstat (limited to 'src/test/debuginfo/function-prologue-stepping-no-stack-check.rs')
-rw-r--r--src/test/debuginfo/function-prologue-stepping-no-stack-check.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/debuginfo/function-prologue-stepping-no-stack-check.rs b/src/test/debuginfo/function-prologue-stepping-no-stack-check.rs
index b68eec386a5..1814eca0f7d 100644
--- a/src/test/debuginfo/function-prologue-stepping-no-stack-check.rs
+++ b/src/test/debuginfo/function-prologue-stepping-no-stack-check.rs
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 // ignore-android: FIXME(#10381)
+// min-lldb-version: 310
 
 // This test case checks if function arguments already have the correct value when breaking at the
 // beginning of a function. Functions with the #[no_stack_check] attribute have the same prologue as