[glsl-in] revert test case change

This commit is contained in:
Frizi 2021-06-15 18:01:28 +02:00 committed by Dzmitry Malyshau
parent 378ea9d396
commit b261dde77f

View File

@ -3,8 +3,8 @@
// FIX: #933
#version 450
const float constant = 10.0;
const int constant = 10;
float function() {
return constant;
return 0.0;
}