aboutsummaryrefslogtreecommitdiff
path: root/test/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser.c')
-rw-r--r--test/parser.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/parser.c b/test/parser.c
index e1587fb..69e216e 100644
--- a/test/parser.c
+++ b/test/parser.c
@@ -6,6 +6,7 @@
TEST_INIT
+#if 0
void empty() {
/*
Hmm… I feel as though this setup/cleanup process could be wrapped in a
@@ -1048,8 +1049,10 @@ void def_with_arg() {
tree_destroy(tree);
}
+#endif
+
int main() {
- empty();
+ /* empty();
single_lint();
double_lint();
single_lstr();
@@ -1065,7 +1068,7 @@ int main() {
cargumented_call_of_lint();
call_many_arg();
def_bare_lint();
- def_with_arg();
+ def_with_arg();*/
TEST_REPORT;