Fix various tests/[frs]* files to be correct with 32 and 64-wide targets.

Still todo: tests/c*, tests/test-*
This commit is contained in:
Matt Pharr
2012-05-30 10:31:12 -07:00
parent d86653668e
commit 5cb53f52c3
45 changed files with 97 additions and 101 deletions

View File

@@ -21,7 +21,7 @@ int switchit(int a, uniform int b) {
}
return -1234;
}
case 32:
case 9999:
*((int *)NULL) = 0;
default:
return 0;