X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fparens.qc;h=c4a369aa9e7ab358389c75a9096965c6d2701690;hb=620bd76e76804b1fc1de46daa03724e23339e8bf;hp=1ae09a036a27f1dabeec8b67fa62823b68f95ad6;hpb=31f0c05ebc256ac16a9859b59767cbe1d55fb06d;p=xonotic%2Fgmqcc.git diff --git a/tests/parens.qc b/tests/parens.qc index 1ae09a0..c4a369a 100644 --- a/tests/parens.qc +++ b/tests/parens.qc @@ -1,6 +1,3 @@ -void(string...) print = #1; -string(float) ftos = #2; - float arr[2]; string gets() { return "S\n"; }