Removed upstream dir
[maemian] / nokia-lintian / testset / binary / hello.c
diff --git a/nokia-lintian/testset/binary/hello.c b/nokia-lintian/testset/binary/hello.c
deleted file mode 100644 (file)
index 2fb04e1..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdio.h>
-#include <stdlib.h>
-
-int main(int argc, char *argv[]) {
-
-       printf("Hello, World!\n");
-       exit(0);
-}