summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThalia Archibald <thalia@archibald.dev>2024-11-01 02:21:27 -0700
committerEmanuele Torre <torreemanuele6@gmail.com>2024-11-08 19:07:55 +0100
commit7cac5e80eccc978d36d6784b5c1882c674d7197f (patch)
treee70590cfa93d945904928feca5697cf0db4fc32b
parent7a1fd72d2d3fd6593018aacea9288de450400e79 (diff)
Remove dead flag
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index e2cae73a..ffa4f1b2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -160,9 +160,8 @@ enum {
UNBUFFERED_OUTPUT = 2048,
EXIT_STATUS = 4096,
SEQ = 16384,
- RUN_TESTS = 32768,
/* debugging only */
- DUMP_DISASM = 65536,
+ DUMP_DISASM = 32768,
};
enum {