aboutsummaryrefslogtreecommitdiff
path: root/t/user.tc
diff options
context:
space:
mode:
Diffstat (limited to 't/user.tc')
-rw-r--r--t/user.tc7
1 files changed, 0 insertions, 7 deletions
diff --git a/t/user.tc b/t/user.tc
deleted file mode 100644
index 3527acb..0000000
--- a/t/user.tc
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "head.tc"
-printf("\n<h1>User ");
-printf("%d", id);
-printf(": ");
-printf("%s", user->name );
-printf("</h1>\n");
-#include "foot.tc"