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