Skip to content

Commit

Permalink
[Truffle] Fix the debug test.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Nov 30, 2016
1 parent 3dd230c commit 1475100
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions truffle/src/test/ruby/factorial.rb
@@ -1,11 +1,3 @@
# Copyright (c) 2016 Oracle and/or its affiliates. All rights reserved. This
# code is released under a tri EPL/GPL/LGPL license. You can use it,
# redistribute it and/or modify it under the terms of the:
#
# Eclipse Public License version 1.0
# GNU General Public License version 2
# GNU Lesser General Public License version 2.1

def fac(n)
if n <= 1
1
Expand All @@ -23,3 +15,5 @@ def main
res
end
Truffle::Interop.export_method(:main)

# Don't add a licence header to this file - we use the line offets!

0 comments on commit 1475100

Please sign in to comment.