aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2018-01-05 17:52:38 +0100
committerTom Smeding <tom.smeding@gmail.com>2018-01-05 17:52:38 +0100
commita298cb75c4f586b83b304c7dc66cb555693ea1b8 (patch)
tree7b620a14b5acb4f7e3e29fcbf36ac11ff660c175 /test
parent9911f9a73c7dc46069199e52f2bc54082d10366c (diff)
Stuff
Diffstat (limited to 'test')
-rw-r--r--test/t1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t1.c b/test/t1.c
index 229d5e9..33890fb 100644
--- a/test/t1.c
+++ b/test/t1.c
@@ -17,5 +17,5 @@ int fibo(int n) {
int main(int argc, int **argv) {
int a = 1;
int b = 2 + a * 3;
- holo_dec(a);
+ // holo_dec(a);
}