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