From b474c622fd81dd5b92dde3cf115d35fe7caf31cb Mon Sep 17 00:00:00 2001 From: Lily Brown Date: Wed, 23 Feb 2022 15:27:31 -0800 Subject: [PATCH] remove test case --- prototyping/Tests/Interpreter/binary_and_bools/in.lua | 1 - prototyping/Tests/Interpreter/binary_and_bools/out.txt | 1 - 2 files changed, 2 deletions(-) delete mode 100644 prototyping/Tests/Interpreter/binary_and_bools/in.lua delete mode 100644 prototyping/Tests/Interpreter/binary_and_bools/out.txt 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