Renaming files because they don't reflect the IL code used in the tests (#69814)
authorThays Grazia <thaystg@gmail.com>
Tue, 21 Jun 2022 20:44:33 +0000 (17:44 -0300)
committerGitHub <noreply@github.com>
Tue, 21 Jun 2022 20:44:33 +0000 (17:44 -0300)
commit775a7ec2489d1769ebeefe9aeea56fcf13e41753
tree6c46c828555706e0994105004b0946c74b77e2a2
parentc158591b35653e96eaea54ea7c7438a0256e8948
Renaming files because they don't reflect the IL code used in the tests (#69814)

* Renaming files to .template because they reflect the code in the IL and also don't work

* Rename valuetypes.cs to valuetypes.cs.template

* Changing all the CS files that doesn't reflect the IL file
src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape.cs.template [moved from src/tests/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape.cs with 100% similarity]
src/tests/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.cs.template [moved from src/tests/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.cs with 100% similarity]
src/tests/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.cs.template [moved from src/tests/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.cs with 100% similarity]
src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.cs.template [moved from src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.cs with 100% similarity]
src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics.cs.template [moved from src/tests/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics.cs with 100% similarity]
src/tests/Loader/classloader/DefaultInterfaceMethods/simple/simple.cs.template [moved from src/tests/Loader/classloader/DefaultInterfaceMethods/simple/simple.cs with 100% similarity]
src/tests/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.cs.template [moved from src/tests/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.cs with 100% similarity]