aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testcases/test_ADD.c
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-03-10 21:37:11 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-03-10 21:37:11 +0000
commit2e124e11be8b88458f4fe8b8eb1ec0ff66a34eb7 (patch)
tree07e423b897ec6914dd27496528b21b93dcd883a3 /testing/testcases/test_ADD.c
parente3f93f203a1b47a31fef21219955335476857d90 (diff)
downloadCompiler-2e124e11be8b88458f4fe8b8eb1ec0ff66a34eb7.tar.gz
Compiler-2e124e11be8b88458f4fe8b8eb1ec0ff66a34eb7.zip
Improving documentation
Diffstat (limited to 'testing/testcases/test_ADD.c')
-rw-r--r--testing/testcases/test_ADD.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/testcases/test_ADD.c b/testing/testcases/test_ADD.c
deleted file mode 100644
index 327dc85..0000000
--- a/testing/testcases/test_ADD.c
+++ /dev/null
@@ -1,4 +0,0 @@
-int f(int a, int b)
-{
- return 1;
-}