commit | 52599e17b17b7b5731bd8e23d6b768a318dc37d3 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jan 24 00:37:20 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jan 24 00:37:20 2006 +0000 |
tree | 0d1b3842b52b734a62b70eaac7e793c97b45b8c1 | |
parent | 2c1b1597f244c836771b4f2668c0ae399d32a5e9 [diff] [blame] |
minor syntax change git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25566 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Feature/inlineasm.ll b/test/Feature/inlineasm.ll index 94dbae0..c866900 100644 --- a/test/Feature/inlineasm.ll +++ b/test/Feature/inlineasm.ll
@@ -3,6 +3,6 @@ ; RUN: diff Output/t1.ll Output/t2.ll -asm "this is an inline asm block" -asm "this is another inline asm block" +module asm "this is an inline asm block" +module asm "this is another inline asm block"