summaryrefslogtreecommitdiff
path: root/boil/tests
diff options
context:
space:
mode:
authorbd-912 <bdunahu@colostate.edu>2024-04-25 22:08:21 -0600
committerbd-912 <bdunahu@colostate.edu>2024-04-25 22:08:21 -0600
commita4090b25b5433ce007c91cabbd4c247f6a6c81f1 (patch)
tree478794329bd53efab260330ccbbba4890d8abf77 /boil/tests
parent34fad9467618d10178d55f30c034f93ce03ada25 (diff)
BoilVisitor changes to Allocation
Diffstat (limited to 'boil/tests')
-rw-r--r--boil/tests/ex2.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/boil/tests/ex2.java b/boil/tests/ex2.java
deleted file mode 100644
index 986ca7d..0000000
--- a/boil/tests/ex2.java
+++ /dev/null
@@ -1,7 +0,0 @@
-class A {
- void foo() { }
-}
-
-class B {
- void bar() { }
-}