enabled queue asserts when they should be
diff --git a/aos/common/common.gyp b/aos/common/common.gyp
index fdda3f7..4b9d602 100644
--- a/aos/common/common.gyp
+++ b/aos/common/common.gyp
@@ -235,6 +235,8 @@
         'test_queue',
         '<(AOS)/common/util/util.gyp:thread',
         'die',
+        # We want to run it with the assertions etc to try and catch bugs there.
+        '<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:queue_debug',
       ],
     },
     {