Clean up qfcc's test directory.

I don't remember what half these tests were for :/
This commit is contained in:
Bill Currie 2012-11-22 13:28:05 +09:00
parent 4b5e00afdf
commit 49ca09a64f
80 changed files with 6 additions and 13 deletions

View file

@ -720,5 +720,3 @@
@extern float (entity e, float healamount, float ignore) T_Heal; // health function
@extern float(entity targ, entity inflictor) CanDamage;

View file

@ -8,4 +8,3 @@ void foo (entity e)
e.thinkMethod = @selector(foo:);
}
void __obj_exec_class (obj_module_t *msg) = #0;

View file

@ -56,4 +56,3 @@ typedef struct bot_data_t bot_data_t;
b_sound &= ~flag;
}
@end

View file

@ -28,4 +28,3 @@ void func (string y)
func (0.0, "");
// func (0, 0, 0, 0, 0.0);
}

View file

@ -45,4 +45,3 @@ void (Foo f) bar =
// local val_t v = foo ();
local val_t u = [f v];
}

View file

@ -50,4 +50,3 @@ duffs_device (int *to, int *from, int count)
} while(--n > 0);
}
}