Renamed TestPtrIntCast to TestPtrCast, will put more things in it

This commit is contained in:
Sasha Koshka 2024-02-28 17:36:11 -05:00
parent 75b48b7000
commit ad8cf0f48f
1 changed files with 4 additions and 1 deletions

View File

@ -87,7 +87,10 @@ define void @"0zNZN147MN2wzMAQ6NS2dQ==::main"() {
`)
}
func TestPtrIntCast (test *testing.T) {
// TODO: within this test, cast all possible type kinds to a pointer and back.
// Perhaps run all generator output in these tests through llc to check the
// integrity of the IR.
func TestPtrCast (test *testing.T) {
testString (test,
`%"AAAAAAAAAAAAAAAAAAAAAA==::Index" = type i64
define void @"0zNZN147MN2wzMAQ6NS2dQ==::main"() {