From e5519512197d217e5f4cf8880f50cbda8583f1fa Mon Sep 17 00:00:00 2001 From: dimgigov Date: Mon, 1 Jun 2026 00:04:56 +0300 Subject: [PATCH] chore: clean up temp test directories --- _test_foundation/bux.toml | 4 ---- _test_foundation/src/Main.bux | 2 -- 2 files changed, 6 deletions(-) delete mode 100644 _test_foundation/bux.toml delete mode 100644 _test_foundation/src/Main.bux diff --git a/_test_foundation/bux.toml b/_test_foundation/bux.toml deleted file mode 100644 index 366572e..0000000 --- a/_test_foundation/bux.toml +++ /dev/null @@ -1,4 +0,0 @@ -[Package] -Name = "test" -Version = "0.1.0" -Type = "bin" \ No newline at end of file diff --git a/_test_foundation/src/Main.bux b/_test_foundation/src/Main.bux deleted file mode 100644 index 0b99cab..0000000 --- a/_test_foundation/src/Main.bux +++ /dev/null @@ -1,2 +0,0 @@ -import Std::Io::PrintLine; -func Main() -> int { PrintLine("foundation ok"); return 0; } \ No newline at end of file