diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-04-15 22:30:43 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-04-15 22:30:43 -0600 |
commit | 3415badef847db518daa9b46c6274ac3fb89f56d (patch) | |
tree | b32c7d9408416dab208d7670fd51da47710efad8 /boil/tests/ex2.vapor | |
parent | 4d8e11688a54ef6b2cf0ba85f7879b5d8dbeec48 (diff) |
HW3 Test runner script
Diffstat (limited to 'boil/tests/ex2.vapor')
-rw-r--r-- | boil/tests/ex2.vapor | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/boil/tests/ex2.vapor b/boil/tests/ex2.vapor deleted file mode 100644 index 25811b3..0000000 --- a/boil/tests/ex2.vapor +++ /dev/null @@ -1,11 +0,0 @@ -const functable_A - :A_foo - -const functable_B - :B_bar - -func A_foo (this) - ret - -func B_bar(this) - ret
\ No newline at end of file |