]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add execution test for name resolution 2.0
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 30 Nov 2023 12:27:01 +0000 (13:27 +0100)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Fri, 1 Dec 2023 13:10:14 +0000 (13:10 +0000)
commite876ff57d83170f84b0dccf7bde333ca18fd2603
tree63b8ba4443821a00e6321d7470908cc5248725dd
parentdc962fa75f740131058160eed8d50610fbb5c41c
Add execution test for name resolution 2.0

We already have some compile tests but it lacked an execution test to
ensure everything compiles correctly to the correct value.

gcc/testsuite/ChangeLog:

* rust/execute/torture/name_resolution.rs: New test.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/testsuite/rust/execute/torture/name_resolution.rs [new file with mode: 0644]