Fix test for altmacro

llvm-svn: 301799
This commit is contained in:
Michael Zuckerman 2017-05-01 14:00:54 +00:00
parent db35bad707
commit 253ee43364
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.