protected GccCompatibleCCompiler create() {
return GccCCompiler.getInstance();
}
public void testBidObjectiveAssembly() {
GccCCompiler compiler = GccCCompiler.getInstance();
assertEquals(AbstractProcessor.DEFAULT_PROCESS_BID, compiler
.bid("foo.s"));
}
public void testBidObjectiveC() {
GccCCompiler compiler = GccCCompiler.getInstance();
assertEquals(AbstractProcessor.DEFAULT_PROCESS_BID, compiler