tests/assembly: add minicore compiletest self-test

Check that `minicore` cannot be used with `run-{pass,fail}` tests.
This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-10-11 18:55:56 +08:00
parent 59cb59d74d
commit b115a22828

View File

@ -0,0 +1,5 @@
//! `compiletest` self-test to check that `add-core-stubs` is incompatible with run pass modes.
//@ add-core-stubs
//@ run-pass
//@ should-fail