brintos

brintos / llvm-project-archived public Read only

0
0
Text · 384 B · a9f93e8 Raw
14 lines · plain
1# RUN: not llvm-mc -triple=wasm32 %s 2>&1 | FileCheck %s2 3# CHECK: [[#@LINE+1]]:16: error: Expected identifier, got: 424.import_module 425 6# CHECK: [[#@LINE+1]]:19: error: Expected ,, instead got:7.import_module foo8 9# CHECK: [[#@LINE+1]]:20: error: Expected identifier, got:10.import_module foo,11 12# CHECK: [[#@LINE+1]]:24: error: Expected EOL, instead got: ,13.import_module foo, bar,14