diff options
| author | James Miller <bladeon@gmail.com> | 2013-06-21 00:23:42 +1200 |
|---|---|---|
| committer | James Miller <bladeon@gmail.com> | 2013-06-21 00:23:42 +1200 |
| commit | 6759ce4fd2083595193c93c3fd72383d24a73a5e (patch) | |
| tree | cba3399e07f0ebab797d892c1253dbe40d100912 | |
| parent | 3acdbfd2c843ff2be79652df34a2a1959d18685d (diff) | |
| download | rust-6759ce4fd2083595193c93c3fd72383d24a73a5e.tar.gz rust-6759ce4fd2083595193c93c3fd72383d24a73a5e.zip | |
_Actually_ xfail debuginfo tests
| -rw-r--r-- | src/test/debug-info/box.rs | 2 | ||||
| -rw-r--r-- | src/test/debug-info/vec.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/debug-info/box.rs b/src/test/debug-info/box.rs index ef2a98d92fb..4a3a65a9055 100644 --- a/src/test/debug-info/box.rs +++ b/src/test/debug-info/box.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// xfail +// xfail-test // compile-flags:-Z extra-debug-info // debugger:set print pretty off diff --git a/src/test/debug-info/vec.rs b/src/test/debug-info/vec.rs index 8a8c5720280..f198a53729e 100644 --- a/src/test/debug-info/vec.rs +++ b/src/test/debug-info/vec.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// xfail +// xfail-test // compile-flags:-Z extra-debug-info // debugger:set print pretty off |
