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