summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2014-02-01 07:36:52 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2014-02-01 07:36:52 +0000
commitf34dc1b514a9d397cf7822851d87f1f76e5dcbb4 (patch)
tree401b033fbc7a9959198c9f7ed6e4ca6530a062b6 /test
parente18fc7bc2d947abc4ab6c07a0efbb6285ed404d2 (diff)
downloadllvm-f34dc1b514a9d397cf7822851d87f1f76e5dcbb4.tar.gz
llvm-f34dc1b514a9d397cf7822851d87f1f76e5dcbb4.tar.bz2
llvm-f34dc1b514a9d397cf7822851d87f1f76e5dcbb4.tar.xz
Update a .fill test to use the updated semantics.
Something funny happened, this should've been part of r200606. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200607 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/AsmParser/directive_fill.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/MC/AsmParser/directive_fill.s b/test/MC/AsmParser/directive_fill.s
index 11da32929f..28d7fa2a34 100644
--- a/test/MC/AsmParser/directive_fill.s
+++ b/test/MC/AsmParser/directive_fill.s
@@ -13,7 +13,8 @@ TEST1:
.fill 2, 2, 3
# CHECK: TEST2:
-# CHECK: .quad 4
+# CHECK: .long 4
+# CHECK: .long 0
TEST2:
.fill 1, 8, 4