diff --git a/tools/qfcc/test/vecexpr.r b/tools/qfcc/test/vecexpr.r index 74bf6e0b1..59cc66b4a 100644 --- a/tools/qfcc/test/vecexpr.r +++ b/tools/qfcc/test/vecexpr.r @@ -19,5 +19,5 @@ t3(float x) int main () { - return t3(5) == '5 9 5' ? 0 : 1; + return t3(5) == [5, 9, 5] ? 0 : 1; }