update tests for 1.0 overhaul
[fleet.git] / tests / flags / flags-ab-not-2.test
diff --git a/tests/flags/flags-ab-not-2.test b/tests/flags/flags-ab-not-2.test
new file mode 100644 (file)
index 0000000..99fc68d
--- /dev/null
@@ -0,0 +1,11 @@
+// expected output
+#expect 3
+
+// ships required in order to run this code
+#ship debug        : Debug
+
+debug.in:
+  setflags a=0, b=1;
+  [!a] literal 3;
+  [!b] literal 4;
+  deliver;