9 lines · plain
1; RUN: llvm-ml -filetype=s %s /Fo - /Dtest1=def 2>&1 | FileCheck %s --implicit-check-not=warning:2 3.code4 5; CHECK: :[[# @LINE + 1]]:1: warning: redefining 'test1', already defined on the command line6test1 textequ <redef>7 8end9 1; RUN: llvm-ml -filetype=s %s /Fo - /Dtest1=def 2>&1 | FileCheck %s --implicit-check-not=warning:2 3.code4 5; CHECK: :[[# @LINE + 1]]:1: warning: redefining 'test1', already defined on the command line6test1 textequ <redef>7 8end9