Skip to content

Commit 9638dde

Browse files
Add x86/config.rs to intrinsic-test
1 parent a0a9ed0 commit 9638dde

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pub fn build_notices(line_prefix: &str) -> String {
2+
format!(
3+
"\
4+
{line_prefix}This is a transient test file, not intended for distribution. Some aspects of the
5+
{line_prefix}test are derived from a JSON specification, published under the same license as the
6+
{line_prefix}`intrinsic-test` crate.\n
7+
"
8+
)
9+
}

0 commit comments

Comments
 (0)