diff options
| author | bors <bors@rust-lang.org> | 2014-09-18 05:50:38 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-09-18 05:50:38 +0000 |
| commit | 35be9b817d897d9a15cbf84eb450ab8ea80b7207 (patch) | |
| tree | 2d75c7db1259178e28c2bad1d95cccd133c24c80 | |
| parent | 28407b6ff001d80fa2d50c49f5f240d131dca8dc (diff) | |
| parent | 0515e71531018f6d58c37b93eda7de8f3eda49e2 (diff) | |
| download | rust-35be9b817d897d9a15cbf84eb450ab8ea80b7207.tar.gz rust-35be9b817d897d9a15cbf84eb450ab8ea80b7207.zip | |
auto merge of #17341 : alexcrichton/rust/unignore, r=brson
I've confirmed that these are working on the snapshot builders Closes #16919
| -rw-r--r-- | src/test/debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs | 1 | ||||
| -rw-r--r-- | src/test/debuginfo/gdb-pretty-struct-and-enums.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/test/debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs b/src/test/debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs index 704c8c63de0..e9daf31be2c 100644 --- a/src/test/debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs +++ b/src/test/debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs @@ -12,7 +12,6 @@ // older versions of GDB too. A more extensive test can be found in // gdb-pretty-struct-and-enums.rs -// ignore-test FIXME(#16919) // ignore-tidy-linelength // ignore-lldb // ignore-android: FIXME(#10381) diff --git a/src/test/debuginfo/gdb-pretty-struct-and-enums.rs b/src/test/debuginfo/gdb-pretty-struct-and-enums.rs index eb5b819b24e..5ef63da71af 100644 --- a/src/test/debuginfo/gdb-pretty-struct-and-enums.rs +++ b/src/test/debuginfo/gdb-pretty-struct-and-enums.rs @@ -8,7 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// ignore-test FIXME(#16919) // ignore-tidy-linelength // ignore-lldb // ignore-android: FIXME(#10381) |
