summaryrefslogtreecommitdiff
path: root/test cases/common/150 dotinclude/dotproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/150 dotinclude/dotproc.c')
-rw-r--r--test cases/common/150 dotinclude/dotproc.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/test cases/common/150 dotinclude/dotproc.c b/test cases/common/150 dotinclude/dotproc.c
deleted file mode 100644
index f48c330bd..000000000
--- a/test cases/common/150 dotinclude/dotproc.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include"stdio.h"
-
-#ifndef WRAPPER_INCLUDED
-#error The wrapper stdio.h was not included.
-#endif
-
-int main(void) {
- printf("Eventually I got printed.\n");
- return 0;
-}