aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/invalid-comdat.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/invalid-comdat.ll')
-rw-r--r--test/Assembler/invalid-comdat.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/invalid-comdat.ll b/test/Assembler/invalid-comdat.ll
index 987e1e1..7351999 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'