]> git.lizzy.rs Git - rust.git/commit
Moved problematic tests on x86_64-pc-windows-gnu back to compile-fail.
authorDavid Wood <david@davidtw.co>
Mon, 13 Aug 2018 22:38:05 +0000 (00:38 +0200)
committerDavid Wood <david@davidtw.co>
Tue, 14 Aug 2018 09:12:12 +0000 (11:12 +0200)
commitd775e6132ceb5f7104cf2fcaa380b0fc6071301d
tree44c2aec8f60edd1cd27330f81932628ccba2601a
parent67ec37b608dac30b6a47b43556dbf5d607788b05
Moved problematic tests on x86_64-pc-windows-gnu back to compile-fail.
src/test/compile-fail/auxiliary/some-panic-impl.rs [new file with mode: 0644]
src/test/compile-fail/auxiliary/weak-lang-items.rs [new file with mode: 0644]
src/test/compile-fail/panic-implementation-missing.rs [new file with mode: 0644]
src/test/compile-fail/panic-implementation-twice.rs [new file with mode: 0644]
src/test/compile-fail/weak-lang-item.rs [new file with mode: 0644]
src/test/ui/panic-implementation/panic-implementation-missing.rs [deleted file]
src/test/ui/panic-implementation/panic-implementation-missing.stderr [deleted file]
src/test/ui/panic-implementation/panic-implementation-twice.rs [deleted file]
src/test/ui/panic-implementation/panic-implementation-twice.stderr [deleted file]
src/test/ui/weak-lang-item.rs [deleted file]
src/test/ui/weak-lang-item.stderr [deleted file]