diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-04-25 22:08:21 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-04-25 22:08:21 -0600 |
commit | a4090b25b5433ce007c91cabbd4c247f6a6c81f1 (patch) | |
tree | 478794329bd53efab260330ccbbba4890d8abf77 /boil/tests | |
parent | 34fad9467618d10178d55f30c034f93ce03ada25 (diff) |
BoilVisitor changes to Allocation
Diffstat (limited to 'boil/tests')
-rw-r--r-- | boil/tests/ex2.java | 7 |
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() { } -} |