// ---------------- [ File: language-model-batch-workflow-derive/tests/trybuild.rs ]
//
// This file is the *test harness* that gathers all the `.rs` test cases from the
// `trybuild-tests/` folder and runs them. The `t.pass(...)` calls expect a .rs file
// that should compile successfully, while `t.compile_fail(...)` calls expect a .rs file
// that should produce a compile error.
use TestCases;