~ubuntu-branches/ubuntu/wily/gargoyle-free/wily-proposed

« back to all changes in this revision

Viewing changes to tads/tads3/test/log/newprop.log

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Beucler
  • Date: 2009-09-11 20:09:43 UTC
  • Revision ID: james.westby@ubuntu.com-20090911200943-idgzoyupq6650zpn
Tags: upstream-2009-08-25
ImportĀ upstreamĀ versionĀ 2009-08-25

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        Files to build: 5
 
2
        symbol_export _main.t -> _main.t3s
 
3
        symbol_export newprop.t -> newprop.t3s
 
4
        compile _main.t -> _main.t3o
 
5
        compile newprop.t -> newprop.t3o
 
6
        link -> newprop.t3
 
7
 
 
8
(T3VM) Memory blocks still in use:
 
9
 
 
10
Total blocks in use: 0
 
11
Saved!
 
12
obj.x = 100
 
13
obj.y = hello
 
14
obj.(newProp) = new prop!
 
15
obj.(obj.newPropId) = new prop!
 
16
Restoring...
 
17
Restored!
 
18
Post-restore:
 
19
obj.x = 100
 
20
obj.y = hello
 
21
obj.(newProp) = new prop!
 
22
obj.(obj.newPropId) = new prop!
 
23
after second new prop:
 
24
obj.x = 100
 
25
obj.y = hello
 
26
obj.(newProp) = new prop!
 
27
obj.(obj.newPropId) = new prop!
 
28
obj.(newProp2) = new prop 2!!!
 
29
Done!
 
30
 
 
31
(T3VM) Memory blocks still in use:
 
32
 
 
33
Total blocks in use: 0