1 # RUN: not llvm-mc -triple=wasm32 %s 2>&1 | FileCheck %s
3 # CHECK: [[#@LINE+1]]:11: error: Expected identifier, got:
6 # CHECK: [[#@LINE+1]]:12: error: Expected identifier, got: 42
9 # CHECK: [[#@LINE+1]]:15: error: Expected ,, instead got:
12 # CHECK: [[#@LINE+1]]:16: error: Expected identifier, got:
15 # CHECK: [[#@LINE+1]]:17: error: Expected identifier, got: 42
18 # CHECK: [[#@LINE+1]]:17: error: Unknown type in .tabletype directive: i42
21 # CHECK: [[#@LINE+1]]:21: error: Expected integer constant, instead got:
24 # CHECK: [[#@LINE+1]]:25: error: Expected integer constant, instead got:
25 .tabletype sym, i32, 42,
27 # CHECK: [[#@LINE+1]]:28: error: Expected EOL, instead got: ,
28 .tabletype sym, i32, 42, 42,