]> granicus.if.org Git - clang/commitdiff
enable test as it already works
authorNuno Lopes <nunoplopes@sapo.pt>
Fri, 30 Jan 2009 12:58:18 +0000 (12:58 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Fri, 30 Jan 2009 12:58:18 +0000 (12:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63390 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/designated-initializers.c

index 0605b24b1c500e349ba2ad1f9431d5b0a50699cb..0601818494994c8ae83860635fac3425bcb62ca7 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: clang %s -emit-llvm -o -
-// XFAIL
+// RUN: clang %s -emit-llvm -o - | grep "<{ i8\* null, i32 1024 }>"
+
 struct foo {
     void *a;
     int b;
@@ -14,4 +14,3 @@ int main(int argc, char **argv)
         .b = 1024,
     };
 }
-