X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=tests%2Ftruth-flags-2.qc;h=7ac93a58379c3c1f8697319b80bef5e4180b5a0e;hb=1826971301dae48a9920ea4e331205371c48cc6b;hp=0c10708029cc004a004066ae1539ff9f1ddebf1f;hpb=d858237010edd160b5e8331682f6491c17615df0;p=xonotic%2Fgmqcc.git diff --git a/tests/truth-flags-2.qc b/tests/truth-flags-2.qc index 0c10708..7ac93a5 100644 --- a/tests/truth-flags-2.qc +++ b/tests/truth-flags-2.qc @@ -1,6 +1,3 @@ -void print(...) = #1; -string ftos (float) = #2; - float test_s_not (string s) { return !s; } float test_s_and (string s, string t) { return s && t; } float test_s_or (string s, string t) { return s || t; }