aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/003.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/003.sh')
-rw-r--r--tests/003.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/003.sh b/tests/003.sh
deleted file mode 100644
index 61ea83f..0000000
--- a/tests/003.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-test_exit_code 26 <<'EOF'
-int main() {
- return 2*3+4*5;
-}
-EOF