Do not rely on implicit int for this test
authorAaron Ballman <aaron@aaronballman.com>
Wed, 4 May 2022 13:06:16 +0000 (09:06 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 4 May 2022 13:07:57 +0000 (09:07 -0400)
This should address failing test bots:
https://lab.llvm.org/buildbot/#/builders/68/builds/31828

lldb/test/API/commands/expression/rdar42038760/main.c

index 98a957f..2ce1e4e 100644 (file)
@@ -4,7 +4,7 @@ typedef unsigned int uint32_t;
 struct S0 {
   signed f2;
 };
-static g_463 = 0x1561983AL;
+static int g_463 = 0x1561983AL;
 void func_1(void)
 {
   struct S0 l_19;