Skip to content

Commit 9879cb9

Browse files
committed
uncomment upgrade_union() test
1 parent 7d460b3 commit 9879cb9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

capnpc/test/test.rs

-6
Original file line numberDiff line numberDiff line change
@@ -766,11 +766,6 @@ mod tests {
766766
}
767767
}
768768

769-
/*
770-
This test is for a problem in the schema compiler that was fixed in this commit:
771-
https://github.com/sandstorm-io/capnproto/commit/db7ca960a677de7d5088ceb2fef355f39bb84365
772-
TODO: Uncomment this test once the fix makes it into a released version of capnproto-c++.
773-
Not yet, as of release 0.5.3.
774769
#[test]
775770
fn upgrade_union() {
776771
use test_capnp::{test_old_union_version, test_new_union_version};
@@ -789,7 +784,6 @@ mod tests {
789784
}
790785
}
791786
}
792-
*/
793787

794788
#[test]
795789
fn upgrade_list() {

0 commit comments

Comments
 (0)