Fix switch test
This commit is contained in:
@@ -14,7 +14,7 @@ int switchit(int a, uniform int b) {
|
|||||||
return 2;
|
return 2;
|
||||||
case 32:
|
case 32:
|
||||||
*((int *)NULL) = 0;
|
*((int *)NULL) = 0;
|
||||||
//CO default:
|
default:
|
||||||
case 1:
|
case 1:
|
||||||
case 2:
|
case 2:
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user