Skip to content
Snippets Groups Projects
Verified Commit 1619f758 authored by Tudor Nazarie's avatar Tudor Nazarie
Browse files

Merge remote-tracking branch 'upstream/master'

parents 23b8d511 ee14e19f
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,8 @@ files.each do |file_path|
unless $options[:assemble_only] then
puts "-- Emulation Output:"
puts json['emulator_out']
puts "---------------------------------------------------------------"
puts "The exit code is: #{exit_code}."
puts ""
end
end
......
......@@ -5,7 +5,7 @@
# s2 is Hi
# They are not the same string.
# Now make s1 = s2
# s1 is hi
# s1 is Hi
# s2 is Hi
# They are the same string.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment