Fix test for altmacro

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301799 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael Zuckerman 2017-05-01 14:00:54 +00:00
parent 079b067df7
commit 50597189bb
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# RUN: llvm-mc %s| FileCheck %s
# RUN: llvm-mc -triple i386-linux-gnu %s | FileCheck %s
# Checking that the '%' was evaluated as a string first
# In a fail scenario: The asmprint will print: addl $%(1+4), %eax

View File

@ -1,4 +1,4 @@
# RUN: not llvm-mc %s 2>&1 | FileCheck %s
# RUN: not llvm-mc -triple i386-linux-gnu %s 2>&1 | FileCheck %s
# This test is a negative test for the altmacro expression.
# In this test we check the '.noaltmacro' directive.