]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Add empty string macro test
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 9 Feb 2023 17:24:42 +0000 (18:24 +0100)
committerCohenArthur <arthur.cohen@embecosm.com>
Tue, 14 Feb 2023 19:43:16 +0000 (19:43 +0000)
commitcf9ed4001eec6a22686d19a13f7de8ac94f9cb2a
tree3f431b18ed9bf6acd4c64a8bfcd28f4965434549
parent3c22361370f618b2414ff47da2ff9f2d27adb5e1
testsuite: Add empty string macro test

Add two new tests with empty string for include_str and include_bytes
macros.

gcc/testsuite/ChangeLog:

* rust/compile/issue-1830_bytes.rs: New test.
* rust/compile/issue-1830_str.rs: New test.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/testsuite/rust/compile/issue-1830_bytes.rs [new file with mode: 0644]
gcc/testsuite/rust/compile/issue-1830_str.rs [new file with mode: 0644]