We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d460b3 commit 9879cb9Copy full SHA for 9879cb9
capnpc/test/test.rs
@@ -766,11 +766,6 @@ mod tests {
766
}
767
768
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.
774
#[test]
775
fn upgrade_union() {
776
use test_capnp::{test_old_union_version, test_new_union_version};
@@ -789,7 +784,6 @@ mod tests {
789
784
790
785
791
786
792
- */
793
787
794
788
795
fn upgrade_list() {
0 commit comments