X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=tests%2Fvec_ops.qc;h=ac84ffcc7768b1cd9b794ea96b9fce55cf6c0ec2;hb=0e392f91d288017fef146f020d1166a501f5bcdf;hp=a5c80c9ac8b1c0c7ff55c8abd2f416cac7ce5adf;hpb=a5029a510a977ef9e64df9a84091a23b63c6fda7;p=xonotic%2Fgmqcc.git diff --git a/tests/vec_ops.qc b/tests/vec_ops.qc index a5c80c9..ac84ffc 100644 --- a/tests/vec_ops.qc +++ b/tests/vec_ops.qc @@ -1,6 +1,3 @@ -void print(string...) = #1; -string vtos(vector) = #5; - void main(vector v) { print(vtos(v), "\n"); v /= 2;