X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2Finvalid-comdat.ll;h=7351999df88fcc2d50c393f80145f6bfd1c74108;hb=2b022d53a380776eaf955b55387a55aa665bfc7a;hp=987e1e1e7d92eac5cba336f1fbd46b3e5ba2ac87;hpb=c8a1169c935ad9d3dfbdd4f72d80abf8f5acb03c;p=oota-llvm.git diff --git a/test/Assembler/invalid-comdat.ll b/test/Assembler/invalid-comdat.ll index 987e1e1e7d9..7351999df88 100644 --- a/test/Assembler/invalid-comdat.ll +++ b/test/Assembler/invalid-comdat.ll @@ -1,4 +1,4 @@ ; RUN: not llvm-as < %s 2>&1 | FileCheck %s -@v = global i32 0, comdat $v +@v = global i32 0, comdat($v) ; CHECK: use of undefined comdat '$v'