diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2014-12-19 09:48:28 +0100 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2014-12-23 10:45:16 +0100 |
| commit | 6f88258f1db6b759d82b3343b449951a3b24b16f (patch) | |
| tree | 26e5c28b1174a4d4b431a23658b1f43aa8dae940 /src/test/debuginfo | |
| parent | 62fb41c32bd97c4e9bc286a1db5d7126a06b8b91 (diff) | |
| download | rust-6f88258f1db6b759d82b3343b449951a3b24b16f.tar.gz rust-6f88258f1db6b759d82b3343b449951a3b24b16f.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 |
