Navigation Menu

Skip to content

Commit

Permalink
mmix: trigger ci
Browse files Browse the repository at this point in the history
Closes #979.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed May 8, 2016
1 parent 7a89a66 commit 1187eae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/mmix.rb
Expand Up @@ -31,9 +31,10 @@ def install
Main LDA $255,txt
TRAP 0,Fputs,StdOut
TRAP 0,Fputs,StdErr
TRAP 0,Halt,0
EOS
system bin/"mmixal", "hello.mms"
assert_equal "Hello world!", `mmix hello.mmo`
assert_equal "Hello world!", shell_output("#{bin}/mmix hello.mmo")
end
end

0 comments on commit 1187eae

Please sign in to comment.