Skip to content

Commit 0782778

Browse files
committed
[test][ObjectYAML][MachO] Fix assertion syntax
This wasn't running because of the missing colon
1 parent 22eb1da commit 0782778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/ObjectYAML/MachO/function_starts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ LinkEditData:
177177
...
178178

179179
# RUN: yaml2obj %s -o=%t
180-
# RUN obj2yaml %t | FileCheck %s
180+
# RUN: obj2yaml %t | FileCheck %s
181181
# CHECK: FunctionStarts: [ 0x3F80, 0x3F84 ]
182182

183183
# RUN: llvm-objdump --macho --function-starts %t | FileCheck %s --check-prefix=OBJDUMP-VERIFY

0 commit comments

Comments
 (0)