Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/truffle/compiler/pe/pe.rb
Original file line number Diff line number Diff line change
@@ -53,9 +53,6 @@ def tagged_counter_example(code)
example(code, nil, false, true)
end

example "14", 14
counter_example "rand"

if ARGV.first
require File.expand_path(ARGV.first)
else

3 comments on commit 997e219

@chrisseaton
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the problem with these? The second one at least is there to tell us if there is a problem with the tests, or a problem with how we're testing.

@pitr-ch
Copy link
Member Author

@pitr-ch pitr-ch commented on 997e219 Mar 3, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I was testing just one PE test file it was getting in a way. I'll move it back to the else branch then.

Sorry, something went wrong.

@pitr-ch
Copy link
Member Author

@pitr-ch pitr-ch commented on 997e219 Mar 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, something went wrong.

Please sign in to comment.