diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-24 10:23:47 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-24 10:23:47 -0700 |
| commit | d252d0ad5434bcf77076729ab766eeff98f20ead (patch) | |
| tree | 161242c800aca625a26c56551fa5adb446c0089f | |
| parent | a7e204909bbc60dc6eea06344a1a289de4a862f7 (diff) | |
| download | rust-d252d0ad5434bcf77076729ab766eeff98f20ead.tar.gz rust-d252d0ad5434bcf77076729ab766eeff98f20ead.zip | |
Test fixes and rebase conflicts, round 4
| -rw-r--r-- | src/test/run-pass/x86stdcall.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/run-pass/x86stdcall.rs b/src/test/run-pass/x86stdcall.rs index 4a58c67d0ec..b884adb7a6e 100644 --- a/src/test/run-pass/x86stdcall.rs +++ b/src/test/run-pass/x86stdcall.rs @@ -10,8 +10,6 @@ // GetLastError doesn't seem to work with stack switching -// pretty-expanded FIXME #23616 - #[cfg(windows)] mod kernel32 { extern "system" { |
