From 01fce3a9c11465df9940b6ec7db03ada2b280795 Mon Sep 17 00:00:00 2001 From: Tomas Stupka <tomas.stupka@oracle.com> Date: Wed, 17 May 2017 18:20:17 +0200 Subject: [PATCH] fixed deprecation warnings in FastRDebugTest --- testScript.R | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testScript.R diff --git a/testScript.R b/testScript.R new file mode 100644 index 0000000000..7237eba327 --- /dev/null +++ b/testScript.R @@ -0,0 +1,2 @@ +x<-c(1) +cat(x) -- GitLab