summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2008-09-21 17:16:08 +0000
committermurphy <murphy@rubychan.de>2008-09-21 17:16:08 +0000
commit1652c78d30300aba7d69fd3c9263ee422ea39e56 (patch)
tree96458ca5ba84779a318fc0ea4f356cf9d3bc870a /test
parentb9554cc7824e63ceb84d2e05545b00d64390d41b (diff)
downloadcoderay-1652c78d30300aba7d69fd3c9263ee422ea39e56.tar.gz
Fixed the test for Java Scanner.
Diffstat (limited to 'test')
-rw-r--r--test/scanners/java/jruby.expected.raydebug4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scanners/java/jruby.expected.raydebug b/test/scanners/java/jruby.expected.raydebug
index e5c3491..d56328c 100644
--- a/test/scanners/java/jruby.expected.raydebug
+++ b/test/scanners/java/jruby.expected.raydebug
@@ -32546,7 +32546,7 @@ directive(public) type(class) class(RubyNil) directive(extends) ident(RubyObject
*/)
annotation(@JRubyMethod)operator(()ident(name) operator(=) string<delimiter(")content(to_f)delimiter(")>operator(\))
directive(public) directive(static) ident(RubyFloat) ident(to_f)operator(()ident(IRubyObject) ident(recv)operator(\)) operator({)
- keyword(return) ident(RubyFloat)operator(.)ident(newFloat)operator(()ident(recv)operator(.)ident(getRuntime)operator(()operator(\))operator(,) float(0.0)ident(D)operator(\))operator(;)
+ keyword(return) ident(RubyFloat)operator(.)ident(newFloat)operator(()ident(recv)operator(.)ident(getRuntime)operator(()operator(\))operator(,) float(0.0D)operator(\))operator(;)
operator(})
comment(/** nil_to_s
@@ -47630,7 +47630,7 @@ directive(public) type(class) class(RubyThread) directive(extends) ident(RubyObj
operator(})
comment(// MRI behavior: value given in seconds; converted to Float; less)
comment(// than or equal to zero returns immediately; returns nil)
- ident(timeoutMillis) operator(=) operator(()type(long)operator(\))operator(()float(1000.0)ident(D) operator(*) ident(args)operator([)integer(0)operator(])operator(.)ident(convertToFloat)operator(()operator(\))operator(.)ident(getValue)operator(()operator(\))operator(\))operator(;)
+ ident(timeoutMillis) operator(=) operator(()type(long)operator(\))operator(()float(1000.0D) operator(*) ident(args)operator([)integer(0)operator(])operator(.)ident(convertToFloat)operator(()operator(\))operator(.)ident(getValue)operator(()operator(\))operator(\))operator(;)
keyword(if) operator(()ident(timeoutMillis) operator(<=) integer(0)operator(\)) operator({)
comment(// TODO: not sure that we should skip calling join(\) altogether.)
comment(// Thread.join(\) has some implications for Java Memory Model, etc.)