brintos

brintos / llvm-project-archived public Read only

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