diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2014-12-19 09:48:28 +0100 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2014-12-19 09:48:28 +0100 |
| commit | b0481147184a8ee70f066423dc077ffa0bd821b5 (patch) | |
| tree | 9de8f7adfb82bb3afc20aa14e4671a1388556136 /src/test/debuginfo | |
| parent | f9a48492a82f805aa40d8b6fea290badbab0d1b1 (diff) | |
| download | rust-b0481147184a8ee70f066423dc077ffa0bd821b5.tar.gz rust-b0481147184a8ee70f066423dc077ffa0bd821b5.zip | |
debuginfo: Create debuginfo for for-loop variables again.
Diffstat (limited to 'src/test/debuginfo')
| -rw-r--r-- | src/test/debuginfo/lexical-scope-in-for-loop.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/debuginfo/lexical-scope-in-for-loop.rs b/src/test/debuginfo/lexical-scope-in-for-loop.rs index bcaebb5c153..7636ffdb07d 100644 --- a/src/test/debuginfo/lexical-scope-in-for-loop.rs +++ b/src/test/debuginfo/lexical-scope-in-for-loop.rs @@ -9,7 +9,6 @@ // except according to those terms. // ignore-android: FIXME(#10381) -// ignore-test: Not sure what is going on here --pcwalton // min-lldb-version: 310 // compile-flags:-g |
