mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Make the test pass by using the correct RUN: syntax.
llvm-svn: 13848
This commit is contained in:
parent
4b96ba79aa
commit
8e4807ce62
@ -1,7 +1,7 @@
|
||||
; New testcase, this contains a bunch of simple instructions that should be
|
||||
; handled by a code generator.
|
||||
|
||||
; RUN: llvm-as < %S | llc
|
||||
; RUN: llvm-as < %s | llc
|
||||
|
||||
int %add(int %A, int %B) {
|
||||
%R = add int %A, %B
|
||||
|
Loading…
Reference in New Issue
Block a user