Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / WebAssembly / import-module-invalid.s
bloba9f93e83dba39030f54d9af0816c64761f7f53c3
1 # RUN: not llvm-mc -triple=wasm32 %s 2>&1 | FileCheck %s
3 # CHECK: [[#@LINE+1]]:16: error: Expected identifier, got: 42
4 .import_module 42
6 # CHECK: [[#@LINE+1]]:19: error: Expected ,, instead got:
7 .import_module foo
9 # CHECK: [[#@LINE+1]]:20: error: Expected identifier, got:
10 .import_module foo,
12 # CHECK: [[#@LINE+1]]:24: error: Expected EOL, instead got: ,
13 .import_module foo, bar,