Fix test to account for updated error message.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Illegal to dereference non-pointer type "float"
|
||||
// Illegal to dereference non-pointer or reference type "float"
|
||||
|
||||
float func(float a) {
|
||||
*a = 0;
|
||||
|
||||
Reference in New Issue
Block a user