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