Skip to content

Commit

Permalink
li_boost_shared_ptr tests cleanup
Browse files Browse the repository at this point in the history
Remove some cruft
  • Loading branch information
wsfulton committed Sep 25, 2015
1 parent f5a6e94 commit 4c2da81
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Examples/test-suite/octave/li_boost_shared_ptr_runme.m
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ function runtest()
#KTODO cvar.GlobalPointer = None

# plain reference
kglobal;
k = Klass("global reference");
cvar.GlobalReference = k;
verifyCount(1, k)
Expand Down
1 change: 0 additions & 1 deletion Examples/test-suite/python/li_boost_shared_ptr_runme.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ def runtest(self):
li_boost_shared_ptr.cvar.GlobalPointer = None

# plain reference
kglobal

k = li_boost_shared_ptr.Klass("global reference")
li_boost_shared_ptr.cvar.GlobalReference = k
Expand Down
1 change: 0 additions & 1 deletion Examples/test-suite/ruby/li_boost_shared_ptr_runme.rb
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ def runtest
Li_boost_shared_ptr.GlobalPointer = nil

# plain reference
kglobal

k = Li_boost_shared_ptr::Klass.new("global reference")
Li_boost_shared_ptr.GlobalReference = k
Expand Down

0 comments on commit 4c2da81

Please sign in to comment.