aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/077.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/077.sh')
-rw-r--r--tests/077.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/077.sh b/tests/077.sh
deleted file mode 100644
index 89cfb8c..0000000
--- a/tests/077.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-cat <<'EOF' > expected
-0
-EOF
-test_diff <<'EOF'
-int printf();
-
-int main() {
- printf("%d\n", '\0');
-}
-EOF