1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
#[path = "tests/issue_100_conditional.rs"] mod issue_100_conditional; #[path = "tests/issue_101_implicit_string.rs"] mod issue_101_implicit_string; #[path = "tests/issue_113_is_dummy.rs"] mod issue_113_is_dummy; #[path = "tests/issue_114_hud_subheader.rs"] mod issue_114_hud_subheader; #[path = "tests/issue_115_string_continuation.rs"] mod issue_115_string_continuation; #[path = "tests/issue_42_oracle.rs"] mod issue_42_oracle; #[path = "tests/issue_46_oracle.rs"] mod issue_46_oracle; #[path = "tests/issue_47_oracle.rs"] mod issue_47_oracle; #[path = "tests/issue_59_oracle.rs"] mod issue_59_oracle; #[path = "tests/issue_85_preprocessing.rs"] mod issue_85_preprocessing; #[path = "tests/issue_89_oracle.rs"] mod issue_89_oracle; #[path = "tests/issue_93_frontend.rs"] mod issue_93_frontend; #[path = "tests/issue_94_semantics.rs"] mod issue_94_semantics;