summaryrefslogtreecommitdiffstats
path: root/test/language/functions.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-04-20 15:59:09 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-04-20 15:59:09 +0000
commit37ffb636f1cdc108097fa65723140ee9de8b12dc (patch)
tree4b590c731ea9aeabacdc7a6e08ac20f511f69dce /test/language/functions.rb
parent7cc3a2f11463d241e4c62687c0418a98a6fa6a81 (diff)
downloadpuppet-37ffb636f1cdc108097fa65723140ee9de8b12dc.tar.gz
puppet-37ffb636f1cdc108097fa65723140ee9de8b12dc.tar.xz
puppet-37ffb636f1cdc108097fa65723140ee9de8b12dc.zip
Removing the stubs for nodevar; I did not mean to commit them
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2401 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/language/functions.rb')
-rwxr-xr-xtest/language/functions.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/language/functions.rb b/test/language/functions.rb
index a544d94c8..2d882382d 100755
--- a/test/language/functions.rb
+++ b/test/language/functions.rb
@@ -527,9 +527,6 @@ class TestLangFunctions < Test::Unit::TestCase
val = scope.function_generate([bad])
end
end
-
- def test_nodevar
- end
end
# $Id$