Fix test to account for updated error message.

This commit is contained in:
Matt Pharr
2012-02-07 08:36:56 -08:00
parent 33ea934c8f
commit 5b9de8cc07

View File

@@ -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;