From 271000d54504531b3e1056403a2bdf8453fae097 Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Sun, 30 Dec 2007 05:45:49 +0000 Subject: [PATCH] Strengthening this test so it fails in release mode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45446 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CFrontend/2007-09-20-GcrootAttribute.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CFrontend/2007-09-20-GcrootAttribute.c b/test/CFrontend/2007-09-20-GcrootAttribute.c index 621d1353bba..23cd37ff6a5 100644 --- a/test/CFrontend/2007-09-20-GcrootAttribute.c +++ b/test/CFrontend/2007-09-20-GcrootAttribute.c @@ -1,5 +1,6 @@ // RUN: %llvmgcc -S -emit-llvm %s -o - | grep llvm.gcroot // RUN: %llvmgcc -S -emit-llvm %s -o - | grep llvm.gcroot | count 6 +// RUN: %llvmgcc -S -emit-llvm %s -o - | llvm-as typedef struct foo_s { -- 2.11.0