diff --git a/prototyping/Tests/Interpreter/binary_and_bools/in.lua b/prototyping/Tests/Interpreter/binary_and_bools/in.lua deleted file mode 100644 index 1631f583..00000000 --- a/prototyping/Tests/Interpreter/binary_and_bools/in.lua +++ /dev/null @@ -1 +0,0 @@ -return true and false diff --git a/prototyping/Tests/Interpreter/binary_and_bools/out.txt b/prototyping/Tests/Interpreter/binary_and_bools/out.txt deleted file mode 100644 index c508d536..00000000 --- a/prototyping/Tests/Interpreter/binary_and_bools/out.txt +++ /dev/null @@ -1 +0,0 @@ -false