Add newline to test

This commit is contained in:
LunaTheFoxgirl 2024-12-14 16:53:25 +01:00
parent 5b9e712f87
commit 8f1803391c

View file

@ -69,4 +69,4 @@ void main()
assert(validateMethod(obj, "isFourtyTwo")); // Case: isXYZ
assert(validateMethod(obj, "setFourtyTwo:")); // Case: isXYZ
assert(validateMethod(obj, "myFunction:b:c:")); // Case: Auto-gen function selector.
}
}