From 1f7eaa1c6ac84efba36472f05ff92bc20042ca45 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 9 Jul 2007 08:16:04 -0400 Subject: [PATCH] COMP: hopefully fix test, finally Alex --- Tests/Assembler/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/Assembler/main.c b/Tests/Assembler/main.c index 77f7b2235..95de0b5d1 100644 --- a/Tests/Assembler/main.c +++ b/Tests/Assembler/main.c @@ -7,7 +7,6 @@ int main(){ #else int main(int argc, char*argv[]){ #endif -{ printf("hello assembler world, %d arguments given\n", argc); return 0; }