summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-10-25 16:53:33 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-10-25 16:53:33 +0200
commitbaeffaff228cc31ff6f55d39bfbac9355c26f305 (patch)
tree0e90a7e4d37e489d39f4c1304c403c2f70f2c239 /tests
parent08161e9f065cc81ad23f866daa234074c423bf08 (diff)
IMP: Cleanup source code.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/xpcom-msgbox.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/xpcom-msgbox.cc b/tests/xpcom-msgbox.cc
deleted file mode 100644
index a944992..0000000
--- a/tests/xpcom-msgbox.cc
+++ /dev/null
@@ -1,9 +0,0 @@
-#define sum_of(a, b) a + b
-
-int main()
-{
- int sum_of_23_and_100 = sum_of(23, 100);
- sum_of_23_and_100 -= 100;
-
- return sum_of_23_and_100;
-}