]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-14393.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / issue-14393.rs
index 87108294ff36278f5d4bbe7eabe5db2556556c12..e97021b4869dd510886c557ad015c92dd2a4f833 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-win32: FIXME #13793
-
 fn main() {
     match ("", 1u) {
         (_, 42u) => (),