Skip to content

Commit

Permalink
sulong: fix typo in toolchain-launchers-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster committed Jul 23, 2019
1 parent a6f240c commit 30689bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sulong/tests/toolchain-launchers-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ define CHECK_BC_SECTION
objdump -h -j .llvmbc $(1) > /dev/null || ( echo No bitcode section in $(1) ; false )
endef
define CHECK_BC_FILE
( file $(1) | grep "LLVM IR bitcode" ) > /dev/null || ( echo No a bitcode file: $(1) ; false )
( file $(1) | grep "LLVM IR bitcode" ) > /dev/null || ( echo Not a bitcode file: $(1) ; false )
endef

ifeq ($(OS), darwin)
Expand Down

0 comments on commit 30689bb

Please sign in to comment.