summaryrefslogtreecommitdiffhomepage
path: root/tests/xpcom-msgbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xpcom-msgbox.cc')
-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;
-}