diff options
| author | klutzy <klutzytheklutzy@gmail.com> | 2014-04-03 12:18:58 +0900 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-04-03 13:42:58 -0700 |
| commit | 35ed58c1e61890c5325b5d1a29846a10fa23a5fd (patch) | |
| tree | f6427e3a6af3f87c23fbe57c13a01ad5a48f2a4d /src/test/debug-info/c-style-enum.rs | |
| parent | 74ae36ccf215d434697da3e00fa12656aa32d781 (diff) | |
| download | rust-35ed58c1e61890c5325b5d1a29846a10fa23a5fd.tar.gz rust-35ed58c1e61890c5325b5d1a29846a10fa23a5fd.zip | |
test/debug-info: Add/remove ignore-win32 flags
Fixes #10474
Diffstat (limited to 'src/test/debug-info/c-style-enum.rs')
| -rw-r--r-- | src/test/debug-info/c-style-enum.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/debug-info/c-style-enum.rs b/src/test/debug-info/c-style-enum.rs index 7229480b273..b570110d8d0 100644 --- a/src/test/debug-info/c-style-enum.rs +++ b/src/test/debug-info/c-style-enum.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-win32: FIXME #13256 // ignore-android: FIXME(#10381) // compile-flags:-g @@ -70,7 +71,8 @@ // debugger:print 'c-style-enum::MANUAL_THREE' // check:$18 = OneMillion -#[allow(unused_variable)]; +#![allow(unused_variable)] +#![allow(dead_code)] enum AutoDiscriminant { One, |
