aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/004.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/004.sh')
-rw-r--r--tests/004.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/004.sh b/tests/004.sh
deleted file mode 100644
index 028ef90..0000000
--- a/tests/004.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-test_exit_code 197 <<'EOF'
-int main() {
- return (((3+5)/2) + (5*(9-6)) * (5+6*7)) % 256;
-}
-EOF