aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/051.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/051.sh')
-rw-r--r--tests/051.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/051.sh b/tests/051.sh
deleted file mode 100644
index f504664..0000000
--- a/tests/051.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-cat <<'EOF' > expected
-undefined function: f
-EOF
-test_compile_error <<'EOF'
-int main() {
- f();
-}
-EOF