Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
move #121 compile tests into trybuild harness
  • Loading branch information
mellowagain committed Oct 25, 2023
commit 8d3c5c953edb1e69d900aac0aa6a8bd3868f966f
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ fn issue_121_d() -> Result<impl ToString, impl std::error::Error> {
}
}

#[test]
fn invoke_issue_121() {
// we need to handle all three code generation cases
fn main() {
// we need to handle all four code generation cases
issue_121_a().unwrap();
issue_121_b().unwrap();
issue_121_c().unwrap();
Expand Down