diff options
| author | sh8281.kim <sh8281.kim@samsung.com> | 2013-11-04 15:53:01 +0900 |
|---|---|---|
| committer | sh8281.kim <sh8281.kim@samsung.com> | 2013-11-06 09:41:59 +0900 |
| commit | 4e54828b0d474f210eb4ab4587427dcb158fd955 (patch) | |
| tree | 9f630ca9d1859d77435feca613bf303066affe13 /src/test/debug-info/struct-style-enum.rs | |
| parent | 7fb583be7b0df80c91df026c6a2bde550bc27a7c (diff) | |
| download | rust-4e54828b0d474f210eb4ab4587427dcb158fd955.tar.gz rust-4e54828b0d474f210eb4ab4587427dcb158fd955.zip | |
Add make check support(arm-linux-androideabi debuginfo)
Diffstat (limited to 'src/test/debug-info/struct-style-enum.rs')
| -rw-r--r-- | src/test/debug-info/struct-style-enum.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/debug-info/struct-style-enum.rs b/src/test/debug-info/struct-style-enum.rs index 90072367bc5..c4ec56aff78 100644 --- a/src/test/debug-info/struct-style-enum.rs +++ b/src/test/debug-info/struct-style-enum.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// xfail-android + // compile-flags:-Z extra-debug-info // debugger:set print union on // debugger:rbreak zzz |
