Mercurial > hg > CbC > CbC_llvm
view test/MC/AsmParser/directive-err-diagnostics.s @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 54457678186b |
children |
line wrap: on
line source
// RUN: not llvm-mc -triple i386 %s 2>&1 | FileCheck %s .error 0 // CHECK: error: .error argument must be a string // CHECK: .error 0 // CHECK: ^ .ifeqs "0", "1" .ifeqs "", "" .error "message" .endif .endif // CHECK-NOT: error: message // CHECK-NOT: error: invalid instruction mnemonic 'message' // CHECK-NOT: .error "message" // CHECK-NOT: ^